Xceed Grid for WinForms v4.3 Documentation
CreateFromCell Method (CellTextFormatInfo)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > CellTextFormatInfo Class : CreateFromCell Method
A reference to the Cell from which the returned CellTextFormatInfo instance retrieves its values.
Creates a new CellTextFormatInfo instance which retrieves its values from the specified Cell.
Syntax
'Declaration
 
Public Shared Function CreateFromCell( _
   ByVal cell As Cell _
) As CellTextFormatInfo
'Usage
 
Dim cell As Cell
Dim value As CellTextFormatInfo
 
value = CellTextFormatInfo.CreateFromCell(cell)
public static CellTextFormatInfo CreateFromCell( 
   Cell cell
)

Parameters

cell
A reference to the Cell from which the returned CellTextFormatInfo instance retrieves its values.

Return Value

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

CellTextFormatInfo Class
CellTextFormatInfo Members