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


行インデックス
スタイルを含む StyleInfo オブジェクト
指定した行の書式をスタイルモデルに設定します。
構文
'Declaration
 
Function SetFilteredRowFormat( _
   ByVal rowIndex As Integer, _
   ByVal style As StyleInfo _
) As Boolean
'使用法
 
Dim instance As IFilteredRowSupport
Dim rowIndex As Integer
Dim style As StyleInfo
Dim value As Boolean
 
value = instance.SetFilteredRowFormat(rowIndex, style)
bool SetFilteredRowFormat( 
   int rowIndex,
   StyleInfo style
)

パラメータ

rowIndex
行インデックス
style
スタイルを含む StyleInfo オブジェクト

戻り値の型

Boolean:成功した場合は True、それ以外の場合は False
参照

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

 

 


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