Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtIDCL Class / dgid Property


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