Skip to main content
A newer version of this page is available. .
Row

Table.Comment Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

string Comment { get; set; }

Property Value

Type Description
String

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

See Also