Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / WritingCellElementEventArgs Class / WritingCellElementEventArgs Constructor
A collection of XMLSSAttributes representing the attributes of the cell element.
The Xceed.Grid.Cell being written.
An XMLSSAttribute representing a data type of the cell.
A string representing the value being written.


In This Topic
    WritingCellElementEventArgs Constructor
    In This Topic
    Initializes a new instance of the WritingCellElementEventArgs class, specifying the attributes, cell, typeAttribute and value to use.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal attributes As XMLSSAttributeCollection, _
       ByVal cell As Cell, _
       ByVal typeAttribute As XMLSSAttribute, _
       ByVal value As String _
    )
    'Usage
     
    Dim attributes As XMLSSAttributeCollection
    Dim cell As Cell
    Dim typeAttribute As XMLSSAttribute
    Dim value As String
     
    Dim instance As New WritingCellElementEventArgs(attributes, cell, typeAttribute, value)
    public WritingCellElementEventArgs( 
       XMLSSAttributeCollection attributes,
       Cell cell,
       XMLSSAttribute typeAttribute,
       string value
    )

    Parameters

    attributes
    A collection of XMLSSAttributes representing the attributes of the cell element.
    cell
    The Xceed.Grid.Cell being written.
    typeAttribute
    An XMLSSAttribute representing a data type of the cell.
    value
    A string representing the value being written.
    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