Gets the cell control at specified row and column index.
Namespace: Spire.Spreadsheet.Forms.CollectionsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public IOleControl this[ int row, int col ] { get; }
Public ReadOnly Default Property Item ( row As Integer, col As Integer ) As IOleControl Get
public: property IOleControl^ default[int row, int col] { IOleControl^ get (int row, int col); }
member Item : IOleControl with get