SpreadsheetGear The Performance Spreadsheet Component Company 
IWorksheetWindowInfo Interface Members
See Also  Properties  Methods 
SpreadsheetGear Namespace : IWorksheetWindowInfo Interface


The following tables list the members exposed by IWorksheetWindowInfo.

Public Properties

 NameDescription
 PropertyActiveCell Returns an instance of IRange representing the active cell.  
 PropertyActiveCellAreaIndex Returns the index of the area of the active cell.  
 PropertyActivePane Returns the active pane.  
 PropertyDisplayFormulas Gets or sets the property which specifies whether formulas are displayed in worksheet cells instead of values.  
 PropertyDisplayGridlines Gets or sets the property which specifies whether gridlines are displayed for the worksheet.  
 PropertyDisplayHeadings Gets or sets the property which specifies whether row and column headings are displayed for the worksheet.  
 PropertyDisplayOutline Gets or sets the property which specifies whether outlines are displayed for the worksheet.  
 PropertyDisplayRightToLeft Returns true if the worksheet is displayed right to left.  
 PropertyDisplayZeros Gets or sets the property which specifies whether zero values are displayed for the worksheet.  
 PropertyFreezePanes Gets or sets the property which specifies whether window panes are frozen for the worksheet.  
 PropertyGridlineColor Gets or sets the color to use for gridlines.  
 PropertyGridlineColorIndex Gets or sets the index of the color to use for gridlines.  
 PropertyPanes Returns the collection of window panes associated with the worksheet.  
 PropertyRangeSelection Gets or sets the range selection associated with this IWorksheetWindowInfo.  
 PropertyScrollColumn Gets or sets the left column displayed in the window.  
 PropertyScrollRow Gets or sets the top row displayed in the window.  
 PropertyShapeSelection Gets or sets the shape selection associated with this IWorksheetWindowInfo.  
 PropertySplitColumns Gets or sets the number of columns displayed to the left of the split.  
 PropertySplitHorizontal Gets or sets the position of the horizontal split in points.  
 PropertySplitRows Gets or sets the number of rows displayed above the split.  
 PropertySplitVertical Gets or sets the position of the vertical split in points.  
 PropertyView Gets or sets whether the worksheet is viewed normally or in page break preview mode.  
 PropertyWorksheet Gets the worksheet which this window information refers to.  
 PropertyZoom Gets or sets the scaling factor for displaying in a window.  
Top

Public Methods

 NameDescription
 MethodColumnToPoints Converts from a zero based fractional column position to points (1/72 of an inch).  
 MethodPointsToColumn Converts from points (1/72 of an inch) to a zero based fractional column position.  
 MethodPointsToRow Converts from points (1/72 of an inch) to a zero based fractional row position.  
 MethodRowToPoints Converts from a zero based fractional row position to points (1/72 of an inch).  
 MethodSetSelectionOverloaded.   
Top

See Also