DBListFetchAction(String, String, Range, Range, String, Object, Int32, Boolean, Boolean, Boolean, Boolean, String, String) Method
Actually do the work for DBListFetch: Query list of data delimited by maxRows and maxCols, write it into targetCells additionally copy formulas contained in formulaRange and extend list depending on extendArea
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static void DBListFetchAction( string callID, string Query, Range caller, Range targetRange, string ConnString, object formulaRange, int extendArea, bool HeaderInfo, bool AutoFit, bool autoformat, bool ShowRowNumbers, string targetRangeName, string formulaRangeName )
Parameters
- callID
- Type: String
- Query
- Type: String
- caller
- Type: Range
- targetRange
- Type: Range
- ConnString
- Type: String
- formulaRange
- Type: Object
- extendArea
- Type: Int32
- HeaderInfo
- Type: Boolean
- AutoFit
- Type: Boolean
- autoformat
- Type: Boolean
- ShowRowNumbers
- Type: Boolean
- targetRangeName
- Type: String
- formulaRangeName
- Type: String