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