バージョン

RowColSplitterUIElement コンストラクタ

RowColSplitterUIElement の新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As SpreadsheetAreaUIElement, _
   ByVal isRow As Boolean _
)
public RowColSplitterUIElement( 
   SpreadsheetAreaUIElement parent,
   bool isRow
)

パラメータ

parent
親要素。
isRow
行スプリッターの場合は True、列スプリッターは False。
参照