PowerTools SPREAD for ASP.NET 8.0J
GetConditionalFormatting(Int32,Int32,Int32,Int32) メソッド

行の開始インデックス
列の開始インデックス
行数
列数
指定したセル範囲に含まれるすべての条件付き書式を取得します。
構文
'Declaration
 
Public Overloads Function GetConditionalFormatting( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As ConditionalFormatting()
public ConditionalFormatting[] GetConditionalFormatting( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
行の開始インデックス
column
列の開始インデックス
rowCount
行数
columnCount
列数
参照

SheetView クラス
SheetView メンバ
オーバーロード一覧

 

 


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