Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / CellImageFormatInfo Class / CreateFromColumn Method
A reference to the Column from which the returned CellImageFormatInfo instance retrieves its values.


In This Topic
    CreateFromColumn Method (CellImageFormatInfo)
    In This Topic
    Creates a new CellImageFormatInfo instance which retrieves its values from the specified Column.
    Syntax
    'Declaration
     
    Public Shared Shadows Function CreateFromColumn( _
       ByVal column As Column _
    ) As CellImageFormatInfo
    'Usage
     
    Dim column As Column
    Dim value As CellImageFormatInfo
     
    value = CellImageFormatInfo.CreateFromColumn(column)
    public new static CellImageFormatInfo CreateFromColumn( 
       Column column
    )

    Parameters

    column
    A reference to the Column from which the returned CellImageFormatInfo instance retrieves its values.

    Return Value

    A new CellImageFormatInfo instance whose values have been set from the values retrieved from column.
    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