Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / WritingCellElementEventArgs Class / TypeAttribute Property


In This Topic
    TypeAttribute Property
    In This Topic
    Gets the Type attribute of the cell's Data element.
    Syntax
    'Declaration
     
    Public ReadOnly Property TypeAttribute As XMLSSAttribute
    'Usage
     
    Dim instance As WritingCellElementEventArgs
    Dim value As XMLSSAttribute
     
    value = instance.TypeAttribute
    public XMLSSAttribute TypeAttribute {get;}

    Property Value

    An XMLSSAttribute representing the Type attribute of the cell's data element.
    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