The following tables list the members exposed by XMLSSAttribute.
Public Constructors
Public Fields
| Name | Description |
![Public Field](template/packages/core-dotnet/images/publicField.png) | DefaultNameSpace | Returns the default namespace for an XML spreadsheet attribute. |
![Public Field](template/packages/core-dotnet/images/publicField.png) | DefaultPrefix | Returns the default prefix for an XML spreadsheet attribute. |
Top
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | LocalName | Gets the localName of the XMLSSAttribute. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | NameSpace | Gets the namespace of the XMLSSAttribute. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Prefix | Gets the prefix of the XMLSSAttribute. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Value | Gets the value of the XMLSSAttribute. |
Top
See Also