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


指定した列。
検索の開始行インデックス。
検索の終了行インデックス
指定した列で少なくとも1つの条件付き書式が設定されているすべての行を検索します。
構文
'Declaration
 
Function FindIntersection( _
   ByVal column As Integer, _
   ByVal startRowIndex As Integer, _
   ByVal endRowIndex As Integer _
) As List(Of Integer)
'使用法
 
Dim instance As IOptimizedFilterConditionalFormattingModel1
Dim column As Integer
Dim startRowIndex As Integer
Dim endRowIndex As Integer
Dim value As List(Of Integer)
 
value = instance.FindIntersection(column, startRowIndex, endRowIndex)
List<int> FindIntersection( 
   int column,
   int startRowIndex,
   int endRowIndex
)

パラメータ

column
指定した列。
startRowIndex
検索の開始行インデックス。
endRowIndex
検索の終了行インデックス

戻り値の型

昇順にソートされている行リスト。
参照

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

 

 


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