Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / XMLSSAttribute Class
Members


In This Topic
    XMLSSAttribute Class
    In This Topic
    The XMLSSAttribute class describes an attribute that can optionally be found in an XML element.
    Syntax
    'Declaration
     
    Public Class XMLSSAttribute 
    'Usage
     
    Dim instance As XMLSSAttribute
    public class XMLSSAttribute 
    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Exporting.XMLSSAttribute

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldReturns the default namespace for an XML spreadsheet attribute.  
    Public FieldReturns the default prefix for an XML spreadsheet attribute.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the localName of the XMLSSAttribute.  
    Public PropertyGets the namespace of the XMLSSAttribute.  
    Public PropertyGets the prefix of the XMLSSAttribute.  
    Public PropertyGets the value of the XMLSSAttribute.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also