FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > IOptimizedFilterConditionalFormattingModel1 インタフェース : FindIntersection メソッド |
'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 )