Xceed Grid for WinForms v4.3 Documentation
WritingRowElementEventArgs Constructor


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > WritingRowElementEventArgs Class : WritingRowElementEventArgs Constructor
A collection of XMLSSAttributes representing the attributes of the row element.
The Xceed.Grid.Row being written.
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 row As Row _
)
'Usage
 
Dim attributes As XMLSSAttributeCollection
Dim row As Row
 
Dim instance As New WritingRowElementEventArgs(attributes, row)
public WritingRowElementEventArgs( 
   XMLSSAttributeCollection attributes,
   Row row
)

Parameters

attributes
A collection of XMLSSAttributes representing the attributes of the row element.
row
The Xceed.Grid.Row 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

Reference

WritingRowElementEventArgs Class
WritingRowElementEventArgs Members