Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFDGG Class / cspSaved Property


In This Topic
    cspSaved Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property cspSaved As UInteger
    'Usage
     
    
    Dim instance As OfficeArtFDGG
    Dim value As UInteger
     
    instance.cspSaved = value
     
    value = instance.cspSaved
    public uint cspSaved {get; set;}
    See Also