Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicObject Class / ID Property


In This Topic
    ID Property (GraphicObject)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ID As Integer
    'Usage
     
    
    Dim instance As GraphicObject
    Dim value As Integer
     
    value = instance.ID
    public int ID {get;}
    See Also