Name Property (SheetSkin)
In This Topic
Gets the name of the skin for the sheet.
Syntax
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As SheetSkin
Dim value As String
value = instance.Name
public string Name {get;}
See Also