Version

SshtCellDataType Enumeration

Enumeration representing the different forms of data that can be retrieved from a cell
Syntax
'Declaration
 
Public Enum SshtCellDataType 
   Inherits System.Enum
public enum SshtCellDataType : System.Enum 
Members
MemberDescription
sshtCellTypeFormulaRepresents returning the formula of a cell if it has one, if it does not will return an empty string.
sshtCellTypeHyperlinkRepresents returning a string of the hyperlink of the cell.
sshtCellTypeTextRepresents returning the formatted text of the cell.
sshtCellTypeTooltipRepresents returning a string of the tooltip of the cell.
sshtCellTypeValueRepresents returning of the value of the cell. So if a formula is being used in the cell this will return the calculated value.
sshtIsCellDataValidRepresents returning a bool whether the value of the cell is valid.
Requirements

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

See Also