Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / Extended Property


In This Topic
Extended Property
In This Topic
Gets or sets a value represents the extend information of the style.
Syntax
'Declaration
 
Public Property Extended As ICompositeExtendData
 
'Usage
 
Dim instance As StyleFormat
Dim value As ICompositeExtendData
 
instance.Extended = value
 
value = instance.Extended

Property Value

An ICompositeExtendData object represents the extend information of the style.
See Also