DioDocs for Excel
Add メソッド (ICustomViews)

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > ICustomViews インターフェース : Add メソッド
新しいビューの名前。
カスタムビューに印刷設定を含める場合はTrue
カスタムビューに非表示の行と列(フィルタ情報を含む)の設定を含める場合はTrue。
新しいカスタムビューを作成します。
シンタックス
'宣言
 
Function Add( _
   ByVal viewName As System.String, _
   ByVal printSettings As System.Boolean, _
   ByVal rowColSettings As System.Boolean _
) As ICustomView
ICustomView Add( 
   System.string viewName,
   System.bool printSettings,
   System.bool rowColSettings
)

パラメータ

viewName
新しいビューの名前。
printSettings
カスタムビューに印刷設定を含める場合はTrue
rowColSettings
カスタムビューに非表示の行と列(フィルタ情報を含む)の設定を含める場合はTrue。

戻り値の型

新しいカスタムビュー
参照

ICustomViews インターフェース
ICustomViews メンバ