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 IComment this[ int row, int col ] { get; }
Public ReadOnly Default Property Item ( row As Integer, col As Integer ) As IComment Get
public: property IComment^ default[int row, int col] { IComment^ get (int row, int col); }
member Item : IComment with get