FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > ExcelXMLHelpers クラス > GetCellRange メソッド : GetCellRange(Int32,Int32,Int32,Int32) メソッド |
'Declaration
Public Overloads Shared Function GetCellRange( _ ByVal startRowIndex As Integer, _ ByVal startColumnIndex As Integer, _ ByVal endRowIndex As Integer, _ ByVal endColumnIndex As Integer _ ) As String
public static string GetCellRange( int startRowIndex, int startColumnIndex, int endRowIndex, int endColumnIndex )