IWorksheetManager Interface

Contains some helper functions for manipulation of worksheets, especially the worksheets in the Overhead workbook.
Public Interface IWorksheetManager
This language is not supported or no code example is available.
public interface IWorksheetManager
This language is not supported or no code example is available.
Methods
 
Name Description
Public method GetColumnLettersFromPosition(int) Gets the column letters in A1 notation from column numeric position.
Public method GetColumnPositionFromLetters(string) Gets the column numeric position from column letters in A1 notation.
Public method GetNativeWorksheet(IWorkbook, NativeSheetType, string) Gets the overhead worksheet of the specified type from the overhead workbook.
Public method GetOverheadSheetInformation(IWorksheet) Gets the information about a sheet in the overhead workbook.
Public method GetRowPositionsInNativeSheet(IWorksheet) Obsolete. Gets the row numbers of various sheet areas in an overhead worksheet.
Public method RemoveSheetsFromWorkbook(IWorkbook, IList<IWorksheet>) Removes specified sheets from a workbook. The operation is safe, it means that formulas in remaining sheets will be converted to computed values, because formulas could contain cells from the removed sheets.
Public method ShowHeadingsAndGridlines(IWorkbook) Shows the headings and gridlines of a workbook.
Top
Remarks
 

You can obtain an instance of this interface from QdvManager.WorksheetManager property or from IOverhead.WorksheetManager property.

Information about overhead sheets is stored for all native sheets in column 255 (IV), but for workbooks having Time Frame sheets extended, the information is stored in column 1023 (AMJ).

We know that a workbook has extended time frame when it has a workbook variable named HasExtendedTimeFrames whose value is 1.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition