'Declaration Public Shared Function CreateFromColumn( _ ByVal column As Column _ ) As CellTextFormatInfo
'Usage Dim column As Column Dim value As CellTextFormatInfo value = CellTextFormatInfo.CreateFromColumn(column)
public static CellTextFormatInfo CreateFromColumn( Column column )
Parameters
- column
- A reference to the Column 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 column.