'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.