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


In This Topic
    WritingCellElementEventArgs Class
    In This Topic
    Provides information on the cell element being written.
    Syntax
    'Declaration
     
    Public Class WritingCellElementEventArgs 
       Inherits WritingElementEventArgs
    'Usage
     
    Dim instance As WritingCellElementEventArgs
    public class WritingCellElementEventArgs : WritingElementEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Grid.Exporting.WritingElementEventArgs
             Xceed.Grid.Exporting.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
    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