IRowsEnumerator
ColumnNames Property
|
Gets an array of column names in the table.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
string[] ColumnNames { get; }
ReadOnly Property ColumnNames As String()
Get
property array<String^>^ ColumnNames {
array<String^>^ get ();
}
abstract ColumnNames : string[] with get
Property Value
Type:
String
See Also