TIWCGJQCustomSpreadSheet.ToggleCellType(TIWCGJQSpreadSheetCellType,Integer,Integer,Integer) Method

Sets cel type.

Note

When ARowIndex & AColIndex (Optional: & ASheetIndex) are specified, will sets on specified cell.

Note

When ARowIndex & AColIndex are not specified, will sets on selected/highlighted cells.

Namespace: IWCGJQSpreadSheet
public
 procedure ToggleCellType(const ACellType: TIWCGJQSpreadSheetCellType; const ARowIndex: Integer = -1; const AColIndex: Integer = -1; const ASheetIndex: Integer = 0);

Parameters

ACellType
Type: TIWCGJQSpreadSheetCellType

Cell type.

ARowIndex
Type: Integer

Row index.

AColIndex
Type: Integer

Column index.

ASheetIndex
Type: Integer

Sheet index. Default: 0