PowerTools SPREAD for Windows Forms 8.0J
CreateNewTableStyle メソッド


テーブルスタイルエディタフォーム
このスタイルがデフォルトかどうか
新しいテーブルスタイルを作成します。
構文
'Declaration
 
Public Shared Function CreateNewTableStyle( _
   ByVal tableStyleEditorForm As Form, _
   ByRef isDefaultStyle As Boolean _
) As TableStyle
'使用法
 
Dim tableStyleEditorForm As Form
Dim isDefaultStyle As Boolean
Dim value As TableStyle
 
value = TableUtils.CreateNewTableStyle(tableStyleEditorForm, isDefaultStyle)
public static TableStyle CreateNewTableStyle( 
   Form tableStyleEditorForm,
   ref bool isDefaultStyle
)

パラメータ

tableStyleEditorForm
テーブルスタイルエディタフォーム
isDefaultStyle
このスタイルがデフォルトかどうか

戻り値の型

TableStyleオブジェクト。
参照

TableUtils クラス
TableUtils メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.