Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Id Property


In This Topic
    Id Property (ExcelShape)
    In This Topic
    Gets or sets the id.
    Syntax
    'Declaration
     
    
    Public Property Id As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.Id = value
     
    value = instance.Id
    public int Id {get; set;}

    Property Value

    id
    See Also