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