Spread Windows Forms 15.0
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
    public Nullable<uint> PropertyTableSize {get; set;}
    See Also