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 void AddComment( int row, int col, string comment )
Public Sub AddComment ( row As Integer, col As Integer, comment As String )
public: void AddComment( int row, int col, String^ comment )
member AddComment : row : int * col : int * comment : string -> unit