Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFDGG Class / cdgSaved Property


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