ITable
StylePreset Property
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
TableStylePreset StylePreset { get; set; }
Property StylePreset As TableStylePreset
Get
Set
property TableStylePreset StylePreset {
TableStylePreset get ();
void set (TableStylePreset value);
}
abstract StylePreset : TableStylePreset with get, set
Property Value
Type:
TableStylePreset
See Also