GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > SpreadsheetHelper クラス : GetDistinctRange メソッド |
'Declaration
Public Shared Function GetDistinctRange( _ ByVal references() As Reference, _ ByVal refineRow As Boolean, _ ByRef startIndices() As Integer, _ ByRef endIndices() As Integer _ ) As Integer
public static int GetDistinctRange( Reference[] references, bool refineRow, out int[] startIndices, out int[] endIndices )