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


In This Topic
    WritingCellElementEventArgs Class Members
    In This Topic

    The following tables list the members exposed by WritingCellElementEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WritingCellElementEventArgs class, specifying the attributes, cell, typeAttribute and value to use.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a collection of XMLSSAttribute objects representing the attributes of an element in an XML tree. (Inherited from Xceed.Grid.Exporting.WritingElementEventArgs)
    Public PropertyGets the cell being written.  
    Public PropertyGets the Type attribute of the cell's Data element.  
    Public PropertyGets or sets the value of the Data element of the cell to be written to the document.  
    Top
    See Also