Skip to main content

IXlTable.Comment Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

string Comment { get; set; }

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