バージョン

SshtCellDataType 列挙体

セルから取得可能なデータの型を表す列挙体。
シンタックス
'宣言
 
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

参照