'Declaration Public Enum SshtCellDataType Inherits System.Enum
public enum SshtCellDataType : System.Enum
__value public enum SshtCellDataType : public System.Enum
Member | Description |
---|---|
sshtCellTypeFormula | Represents returning the formula of a cell if it has one, if it does not will return an empty string. |
sshtCellTypeHyperlink | Represents returning a string of the hyperlink of the cell. |
sshtCellTypeText | Represents returning the formatted text of the cell. |
sshtCellTypeTooltip | Represents returning a string of the tooltip of the cell. |
sshtCellTypeValue | Represents returning of the value of the cell. So if a formula is being used in the cell this will return the calculated value. |
sshtIsCellDataValid | Represents returning a bool whether the value of the cell is valid. |
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