Xceed Grid for WinForms v4.3 Documentation
WritingElementEventArgs Constructor


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > WritingElementEventArgs Class : WritingElementEventArgs Constructor
A collection of XMLSSAttributes representing the attributes of the cell element.
Initializes a new instance of the WritingElementEventArgs class, specifying the attributes to use.
Syntax
'Declaration
 
Public Function New( _
   ByVal attributes As XMLSSAttributeCollection _
)
'Usage
 
Dim attributes As XMLSSAttributeCollection
 
Dim instance As New WritingElementEventArgs(attributes)
public WritingElementEventArgs( 
   XMLSSAttributeCollection attributes
)

Parameters

attributes
A collection of XMLSSAttributes representing the attributes of the cell 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

Reference

WritingElementEventArgs Class
WritingElementEventArgs Members