Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public ICheckBoxControl AddCheckBoxControl( int row, int col, bool isChecked )
Public Function AddCheckBoxControl ( row As Integer, col As Integer, isChecked As Boolean ) As ICheckBoxControl
public: ICheckBoxControl^ AddCheckBoxControl( int row, int col, bool isChecked )
member AddCheckBoxControl : row : int * col : int * isChecked : bool -> ICheckBoxControl