Spread WinForms 15
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
See Also