PowerTools SPREAD for Windows Forms 8.0J
Find メソッド (IConditionalFormattingModel)


行。
列。
行数。
列数。
指定したセル範囲で有効なすべての条件付き書式を検索します。
構文
'Declaration
 
Function Find( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As ConditionalFormatting()
'使用法
 
Dim instance As IConditionalFormattingModel
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim value() As ConditionalFormatting
 
value = instance.Find(row, column, rowCount, columnCount)
ConditionalFormatting[] Find( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
行。
column
列。
rowCount
行数。
columnCount
列数。
参照

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

 

 


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