MESCIUS SPREAD for Windows Forms 15.0J
ExcelGetConditionalFormats メソッド (IExcelBiffWrite)

シートインデックス
行インデックスの配列
列インデックスの配列
Excel形式の配列リスト
最初の条件の配列リスト
最後の条件の配列リスト
オプションの配列リスト
Excel BIFFファイルへのエクスポートのために条件付き書式を取得します。
構文
'宣言
 
Function ExcelGetConditionalFormats( _
   ByVal sheet As Short, _
   ByRef rows() As Integer, _
   ByRef columns() As Integer, _
   ByRef xfLists() As ArrayList, _
   ByRef firstConditionLists() As ArrayList, _
   ByRef lastConditionLists() As ArrayList, _
   ByRef opLists() As ArrayList _
) As Boolean
bool ExcelGetConditionalFormats( 
   short sheet,
   ref int[] rows,
   ref int[] columns,
   ref ArrayList[] xfLists,
   ref ArrayList[] firstConditionLists,
   ref ArrayList[] lastConditionLists,
   ref ArrayList[] opLists
)

パラメータ

sheet
シートインデックス
rows
行インデックスの配列
columns
列インデックスの配列
xfLists
Excel形式の配列リスト
firstConditionLists
最初の条件の配列リスト
lastConditionLists
最後の条件の配列リスト
opLists
オプションの配列リスト
参照

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

 

 


© MESCIUS inc. All rights reserved.