Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / ID Property


In This Topic
    ID Property (IShapeBase)
    In This Topic
    Gets a System.Int64 value that represents the identifier of the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property ID As Integer
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Integer
     
    value = instance.ID
    int ID {get;}

    Property Value

    The identifier of this shape.
    See Also