Skip to main content
Row

Table.Comment Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string Comment { get; set; }

Property Value

Type Description
String

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

See Also