バージョン

ToString(CellReferenceMode,Boolean) メソッド

領域のセルの範囲の文字列表現を取得します。
シンタックス
'宣言
 
Public Overloads Function ToString( _
   ByVal cellReferenceMode As CellReferenceMode, _
   ByVal includeWorksheetName As System.Boolean _
) As System.String
public System.string ToString( 
   CellReferenceMode cellReferenceMode,
   System.bool includeWorksheetName
)

パラメータ

cellReferenceMode
セル参照を生成するために使用されるモード。
includeWorksheetName
領域アドレスにワークシート名を含むかどうかを示す値。

戻り値の型

領域のセルの範囲の文字列表現。
参照

オンラインで表示: GitHub