'Declaration Public Shared Shadows Function CreateFromCell( _ ByVal cell As Cell _ ) As CellImageFormatInfo
'Usage Dim cell As Cell Dim value As CellImageFormatInfo value = CellImageFormatInfo.CreateFromCell(cell)
public new static CellImageFormatInfo CreateFromCell( Cell cell )
Parameters
- cell
- A reference to the Cell 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 cell.