Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / ID Property


In This Topic
    ID Property (IGroupShape)
    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 IGroupShape
    Dim value As Integer
     
    value = instance.ID
    int ID {get;}

    Property Value

    The identifier of this shape.
    See Also