'宣言 Public Enum SshtCellDataType Inherits System.Enum
public enum SshtCellDataType : System.Enum
メンバ | 解説 |
---|---|
sshtCellTypeFormula | セルに数式がある場合、数式を返すか、数式がない場合、空の文字列の返しを表します。 |
sshtCellTypeHyperlink | セルのハイパーリンクの文字列の返しを表します。 |
sshtCellTypeText | セルの書式設定されたテキストの返しを表します。 |
sshtCellTypeTooltip | セルのハイパーリンクのツールチップの返しを表します。 |
sshtCellTypeValue | セルの値の返しを表します。セルに数式がある場合、これは計算された値を返します。 |
sshtIsCellDataValid | セルの値が有効かどうかを示すブール値の返しを表します。 |
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