Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICompositeShape Interface / Name Property


In This Topic
    Name Property (ICompositeShape)
    In This Topic
    Gets the name of shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As ICompositeShape
    Dim value As String
     
    value = instance.Name
    string Name {get;}
    See Also