Back to Devexpress

Table.Comment Property

officefileapi-devexpress-dot-spreadsheet-dot-table-a723ff8f.md

latest1.1 KB
Original Source

Table.Comment Property

Gets or sets a string that provides additional information about the table.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string Comment { get; set; }
vb
Property Comment As String

Property Value

TypeDescription
String

A String value that specifies a comment associated with the table.

|

See Also

Spreadsheet Tables

Table Interface

Table Members

DevExpress.Spreadsheet Namespace