Initializes a new instance of the CellObjectBase class
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
protected CellObjectBase( IWorksheet worksheet, int row, int col )
Protected Sub New ( worksheet As IWorksheet, row As Integer, col As Integer )
protected: CellObjectBase( IWorksheet^ worksheet, int row, int col )
new : worksheet : IWorksheet * row : int * col : int -> CellObjectBase