getControlId method

String? getControlId()

API to get controlId.

Return The controlId of the SheetControl.

Implementation

String? getControlId() {
  return controlId;
}