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


In This Topic
    CellTextFormatInfo Class
    In This Topic
    Provides a Xceed.Grid.Viewers.CellViewerManager with text formatting information.
    Syntax
    'Declaration
     
    Public Class CellTextFormatInfo 
    'Usage
     
    Dim instance As CellTextFormatInfo
    public class CellTextFormatInfo 
    Inheritance Hierarchy

    System.Object
       Xceed.Grid.CellTextFormatInfo
          Xceed.Grid.CellImageFormatInfo

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets an empty CellTextFormatInfo.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the custom Format Provider that will be used to format the text displayed in the Xceed.Grid.Viewers.CellViewerManager.  
    Public PropertyGets the format that will be used to display the text in the Xceed.Grid.Viewers.CellViewerManager.  
    Public PropertyGets the text that is displayed when the text to display in the Xceed.Grid.Viewers.CellViewerManager is equal to NullValue.  
    Public PropertyGets the a null reference (Nothing in Visual Basic) value of the cell or column from which the CellTextFormatInfo was created.  
    Public PropertyGets the System.Drawing.StringFormat that is to be used to paint the text that is to be displayed by the Xceed.Grid.Viewers.CellViewerManager.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a new CellTextFormatInfo instance which retrieves its values from the specified Cell.  
    Public Methodstatic (Shared in Visual Basic)Creates a new CellTextFormatInfo instance which retrieves its values from the specified Column.  
    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