- ClearValues
    short ClearValues
    (
        in string column
    );
 - ClearValuesByColNum
    short ClearValuesByColNum
    (
        in short nColumn
    );
 - Create
    string Create
    (
        in string createSyntax
    );
 - DeletedCount
    long DeletedCount
    (
    );
 - DeleteRow
    short DeleteRow
    (
        in long nRow
    );
 - Describe
    string Describe
    (
        in string syntax
    );
 - Filter
    short Filter
    (
    );
 - FilteredCount
    long FilteredCount
    (
    );
 - Find
    long Find
    (
        in string expression,
        in long nStart,
        in long nEnd
    );
 - FindGroupChange
    long FindGroupChange
    (
        in long nRow,
        in short nLevel
    );
 - Generate
    string Generate
    (
    );
 - GetColumn
    short GetColumn
    (
    );
 - GetColumnName
    string GetColumnName
    (
    );
 - GetFormat
    string GetFormat
    (
        in string column
    );
 - GetFormatByColNum
    string GetFormatByColNum
    (
        in short nColumn
    );
 - GetItemDate
    string GetItemDate
    (
        in long nRow,
        in string column
    );
 - GetItemDateByColNum
    string GetItemDateByColNum
    (
        in long nRow,
        in short nColumn
    );
 - GetItemDateByColNumEx
    string GetItemDateByColNumEx
    (
        in long nRow,
        in short nColumn,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemDateEx
    string GetItemDateEx
    (
        in long nRow,
        in string column,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemDateTime
    string GetItemDateTime
    (
        in long nRow,
        in string column
    );
 - GetItemDateTimeByColNum
    string GetItemDateTimeByColNum
    (
        in long nRow,
        in short nColumn
    );
 - GetItemDateTimeByColNumEx
    string GetItemDateTimeByColNumEx
    (
        in long nRow,
        in short nColumn,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemDateTimeEx
    string GetItemDateTimeEx
    (
        in long nRow,
        in string column,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemFormattedString
    string GetItemFormattedString
    (
        in long nRow,
        in string column
    );
 - GetItemFormattedStringByColNum
    string GetItemFormattedStringByColNum
    (
        in long nRow,
        in short nColumn
    );
 - GetItemFormattedStringByColNumEx
    string GetItemFormattedStringByColNumEx
    (
        in long nRow,
        in short nColumn,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemFormattedStringEx
    string GetItemFormattedStringEx
    (
        in long nRow,
        in string column,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemNumber
    double GetItemNumber
    (
        in long nRow,
        in string column
    );
 - GetItemNumberByColNum
    double GetItemNumberByColNum
    (
        in long nRow,
        in short nColumn
    );
 - GetItemNumberByColNumEx
    double GetItemNumberByColNumEx
    (
        in long nRow,
        in short nColumn,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemNumberEx
    double GetItemNumberEx
    (
        in long nRow,
        in string column,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemStatus
    string GetItemStatus
    (
        in long nRow,
        in string column,
        in string bufferName
    );
 - GetItemStatusByColNum
    string GetItemStatusByColNum
    (
        in long nRow,
        in short nColumn,
        in string bufferName
    );
 - GetItemString
    string GetItemString
    (
        in long nRow,
        in string column
    );
 - GetItemStringByColNum
    string GetItemStringByColNum
    (
        in long nRow,
        in short nColumn
    );
 - GetItemStringByColNumEx
    string GetItemStringByColNumEx
    (
        in long nRow,
        in short nColumn,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemStringEx
    string GetItemStringEx
    (
        in long nRow,
        in string column,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemTime
    string GetItemTime
    (
        in long nRow,
        in string column
    );
 - GetItemTimeByColNum
    string GetItemTimeByColNum
    (
        in long nRow,
        in short nColumn
    );
 - GetItemTimeByColNumEx
    string GetItemTimeByColNumEx
    (
        in long nRow,
        in short nColumn,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemTimeEx
    string GetItemTimeEx
    (
        in long nRow,
        in string column,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemUnformattedString
    string GetItemUnformattedString
    (
        in long nRow,
        in string column
    );
 - GetItemUnformattedStringByColNum
    string GetItemUnformattedStringByColNum
    (
        in long nRow,
        in short nColumn
    );
 - GetItemUnformattedStringByColNumEx
    string GetItemUnformattedStringByColNumEx
    (
        in long nRow,
        in short nColumn,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetItemUnformattedStringEx
    string GetItemUnformattedStringEx
    (
        in long nRow,
        in string column,
        in string bufferName,
        in boolean bOriginalValue
    );
 - GetLastError
    long GetLastError
    (
    );
 - GetLastErrorString
    string GetLastErrorString
    (
    );
 - GetRow
    long GetRow
    (
    );
 - GetValidate
    string GetValidate
    (
        in string column
    );
 - GetValidateByColNum
    string GetValidateByColNum
    (
        in short nColumn
    );
 - GetValue
    string GetValue
    (
        in string column,
        in short nIndex
    );
 - GetValueByColNum
    string GetValueByColNum
    (
        in short nColumn,
        in short nIndex
    );
 - GroupCalc
    short GroupCalc
    (
    );
 - ImportString
    long ImportString
    (
        in string stringData
    );
 - ImportStringEx
    long ImportStringEx
    (
        in string saveAsType,
        in string stringData,
        in long nStartRow,
        in long nEndRow,
        in long nStartColumn,
        in long nEndColumn,
        in long nDWStartColumn
    );
 - InsertRow
    long InsertRow
    (
        in long nRow
    );
 - ModifiedCount
    long ModifiedCount
    (
    );
 - Modify
    string Modify
    (
        in string modifySyntax
    );
 - OneTrip
    string OneTrip
    (
        in string objectName,
        in string browserName,
        in string selfLink,
        in string selfLinkArgs,
        in string action,
        in string context
    );
 - OneTripEx
    string OneTripEx
    (
        in string objectName,
        in string argString,
        in string browserName,
        in string selfLink,
        in string selfLinkArgs,
        in string action,
        in string context
    );
 - ReselectRow
    short ReselectRow
    (
        in long nRow
    );
 - Reset
    short Reset
    (
    );
 - ResetUpdate
    short ResetUpdate
    (
    );
 - Retrieve
    short Retrieve
    (
    );
 - RetrieveEx
    short RetrieveEx
    (
        in string argString
    );
 - RowCount
    long RowCount
    (
    );
 - RowsDiscard
    short RowsDiscard
    (
        in long nStartRow,
        in long nEndRow,
        in string bufferName
    );
 - SaveAs
    short SaveAs
    (
        in string fileName,
        in string saveAsType,
        in boolean bColHeading
    );
 - SetAction
    short SetAction
    (
        in string action,
        in string context
    );
 - SetBrowser
    string SetBrowser
    (
        in string browserName
    );
 - SetColumn
    short SetColumn
    (
        in string column
    );
 - SetColumnByColNum
    short SetColumnByColNum
    (
        in short nColumn
    );
 - SetColumnLink
    string SetColumnLink
    (
        in string columnName,
        in string link,
        in string linkArgs,
        in string linkTarget
    );
 - SetDetailHeight
    short SetDetailHeight
    (
        in long nStartRow,
        in long nEndRow,
        in long nHeight
    );
 - SetDWObject
    short SetDWObject
    (
        in string sourceFileName,
        in string dwObjectName
    );
 - SetDWObjectEx
    short SetDWObjectEx
    (
        in string dwObjectName
    );
 - SetFilter
    short SetFilter
    (
        in string format
    );
 - SetFormat
    short SetFormat
    (
        in string column,
        in string format
    );
 - SetFormatByColNum
    short SetFormatByColNum
    (
        in short nColumn,
        in string format
    );
 - SetHTMLObjectName
    string SetHTMLObjectName
    (
        in string objectName
    );
 - SetItemDate
    short SetItemDate
    (
        in long nRow,
        in string column,
        in string value
    );
 - SetItemDateByColNum
    short SetItemDateByColNum
    (
        in long nRow,
        in short nColumn,
        in string value
    );
 - SetItemDateTime
    short SetItemDateTime
    (
        in long nRow,
        in string column,
        in string value
    );
 - SetItemDateTimeByColNum
    short SetItemDateTimeByColNum
    (
        in long nRow,
        in short nColumn,
        in string value
    );
 - SetItemNumber
    short SetItemNumber
    (
        in long nRow,
        in string column,
        in double nValue
    );
 - SetItemNumberByColNum
    short SetItemNumberByColNum
    (
        in long nRow,
        in short nColumn,
        in double nValue
    );
 - SetItemStatus
    short SetItemStatus
    (
        in long nRow,
        in string column,
        in string bufferName,
        in string status
    );
 - SetItemStatusByColNum
    short SetItemStatusByColNum
    (
        in long nRow,
        in short nColumn,
        in string bufferName,
        in string status
    );
 - SetItemString
    short SetItemString
    (
        in long nRow,
        in string column,
        in string value
    );
 - SetItemStringByColNum
    short SetItemStringByColNum
    (
        in long nRow,
        in short nColumn,
        in string value
    );
 - SetItemTime
    short SetItemTime
    (
        in long nRow,
        in string column,
        in string value
    );
 - SetItemTimeByColNum
    short SetItemTimeByColNum
    (
        in long nRow,
        in short nColumn,
        in string value
    );
 - SetPageSize
    string SetPageSize
    (
        in long nPageSize
    );
 - SetPosition
    short SetPosition
    (
        in string objectName,
        in string band,
        in boolean bBringToFront
    );
 - SetRow
    short SetRow
    (
        in long nRow
    );
 - SetSelfLink
    string SetSelfLink
    (
        in string selfLink,
        in string selfLinkArgs
    );
 - SetServerServiceClasses
    short SetServerServiceClasses
    (
        in string serviceClassNames
    );
 - SetServerSideState
    string SetServerSideState
    (
        in boolean bMaintainState
    );
 - SetSort
    short SetSort
    (
        in string format
    );
 - SetSQLSelect
    short SetSQLSelect
    (
        in string statement
    );
 - SetTrans
    short SetTrans
    (
        in string dbms,
        in string dbparm,
        in string lock,
        in string logid,
        in string logpass,
        in string database,
        in string servername
    );
 - SetValidate
    short SetValidate
    (
        in string column,
        in string rule
    );
 - SetValidateByColNum
    short SetValidateByColNum
    (
        in short nColumn,
        in string rule
    );
 - SetValue
    short SetValue
    (
        in string column,
        in short nIndex,
        in string value
    );
 - SetValueByColNum
    short SetValueByColNum
    (
        in short nColumn,
        in short nIndex,
        in string value
    );
 - SetWeight
    string SetWeight
    (
        in boolean bAllowForm,
        in boolean bClientValidation,
        in boolean bClientEvents,
        in boolean bClientScriptable,
        in boolean bClientFormatting
    );
 - Sort
    short Sort
    (
    );
 - Update
    short Update
    (
    );
 - UpdateEx
    short UpdateEx
    (
        in boolean bAccept,
        in boolean bResetFlag
    );