getControlId method
API to get controlId.
Return The controlId of the SheetControl.
Implementation
String? getControlId(){
return controlId;
}
API to get controlId.
Return The controlId of the SheetControl.
String? getControlId(){
return controlId;
}