FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > ConditionalFormattingModelEventArgs クラス > ConditionalFormattingModelEventArgs コンストラクタ : ConditionalFormattingModelEventArgs コンストラクタ(Int32,Int32,Int32,Int32,Int32,Int32,ConditionalFormattingModelEventType,ICollection<ConditionalFormatting>,ICollection<CellRange>) |
'宣言
Public Function New( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer, _ ByVal targetRow As Integer, _ ByVal targetColumn As Integer, _ ByVal type As ConditionalFormattingModelEventType, _ ByVal affectedCFs As ICollection(Of ConditionalFormatting), _ ByVal affectedCellranges As ICollection(Of CellRange) _ )
public ConditionalFormattingModelEventArgs( int row, int column, int rowCount, int columnCount, int targetRow, int targetColumn, ConditionalFormattingModelEventType type, ICollection<ConditionalFormatting> affectedCFs, ICollection<CellRange> affectedCellranges )