Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE Class / PropertyCount Property


In This Topic
    PropertyCount Property
    In This Topic
    Represents the entry count of the property table.
    Syntax
    'Declaration
     
    
    Public Property PropertyCount As Nullable(Of UInteger)
    'Usage
     
    
    Dim instance As OfficeArtRGFOPTE
    Dim value As Nullable(Of UInteger)
     
    instance.PropertyCount = value
     
    value = instance.PropertyCount
    public Nullable<uint> PropertyCount {get; set;}
    See Also