Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE Class / PropertyTableSize Property


In This Topic
PropertyTableSize Property
In This Topic
Represents the property table size in byte.
Syntax
'Declaration
 
Public Property PropertyTableSize As Nullable(Of UInteger)
 
'Usage
 
Dim instance As OfficeArtRGFOPTE
Dim value As Nullable(Of UInteger)
 
instance.PropertyTableSize = value
 
value = instance.PropertyTableSize
See Also