TIWCGJQCustomSpreadSheet.ToggleCellStyle(TIWCGJQSpreadSheetStyle,Integer,Integer,Integer) Method

Sets cell class for styling.

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 ToggleCellStyle(const AStyle: TIWCGJQSpreadSheetStyle; const ARowIndex: Integer = -1; const AColIndex: Integer = -1; const ASheetIndex: Integer = 0); overload;

Parameters

AStyle
Type: TIWCGJQSpreadSheetStyle

Style (TIWCGJQSpreadSheetStyle)

ARowIndex
Type: Integer

Row index.

AColIndex
Type: Integer

Column index.

ASheetIndex
Type: Integer

Sheet index. Default: 0