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

IXlTable.Comment Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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