GrapeCity.Excel Namespace > IExcelReader Interface : SetDimensions Method |
'Declaration Sub SetDimensions( _ ByVal sheet As System.Short, _ ByVal rowFirst As System.Integer, _ ByVal rowLast As System.Integer, _ ByVal columnFirst As System.Short, _ ByVal columnLast As System.Short _ )
'Usage Dim instance As IExcelReader Dim sheet As System.Short Dim rowFirst As System.Integer Dim rowLast As System.Integer Dim columnFirst As System.Short Dim columnLast As System.Short instance.SetDimensions(sheet, rowFirst, rowLast, columnFirst, columnLast)
void SetDimensions( System.short sheet, System.int rowFirst, System.int rowLast, System.short columnFirst, System.short columnLast )
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6