Table
TableStyleName Property
|
Gets table style name.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string TableStyleName { get; }
Public ReadOnly Property TableStyleName As String
Get
public:
property String^ TableStyleName {
String^ get ();
}
member TableStyleName : string with get
Property Value
Type:
String
See Also