IXlTable.Comment Property
Gets or sets a string that provides additional information about the table.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies a comment associated with the table. |
Remarks
Note
The length of a comment string cannot exceed 255 characters.
See Also