IBoq.GetCellValueFromWorkbook (BoqWorkbookType, String, Int32, Int32) Method
Function GetCellValueFromWorkbook( _
ByVal WhichWorkbook As BoqWorkbookType, _
ByVal WorksheetName As String, _
ByVal RowNumber As Integer, _
ByVal ColumnNumber As Integer _
) As Object
This language is not supported or no code example is available.
Parameters
- WhichWorkbook
- BoqWorkbookType
The workbook from which you want to read the value.
- WorksheetName
- string
The worksheet name from which you want to read the value.
- RowNumber
- int
The zero-based row number.
- ColumnNumber
- int
The zero-based column number.
Return Value
objectThe value being in the cell.
When you have few values to read from a workbook, prefer this rather than getting an instance of the complete workbook. This is usually faster because you don't have to acquire a lock on the workbook.
When referring to a merged area or a range, it returns the value being in the upper cell.
Available since QDV 7.13.0001.