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


In This Topic
    Name Property (ExcelShape)
    In This Topic
    Gets or sets the name of this shape.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    See Also