[]
        
(Showing Draft Content)

FarPoint.Win.Spread.HeaderHitTestInformation

HeaderHitTestInformation Class

Represents hit test information for the headers of the spreadsheet.

Inheritance
HeaderHitTestInformation
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class HeaderHitTestInformation
Public Class HeaderHitTestInformation

Constructors

Name Description
HeaderHitTestInformation()

Creates a new set of header hit test information.

Properties

Name Description
Column

Gets the column location referred to in the header.

InColumnResize

Gets whether the location refers to a column resize area.

InFilter

Gets whether the location refers to a filter button.

InNote

Gets whether the location refers to a sticky note.

InNoteIndicator

Gets whether the location refers to a note indicator.

InRowExpansion

Gets whether the location refers to the row expand button.

InRowResize

Gets whether the location refers to a row resize area.

InSort

Gets whether the location refers to the sort button.

ResizingColumn

Gets the column being resized, if InColumnResize is true.

ResizingRow

Gets the row being resized, if InRowResize is true.

Row

Gets the row location referred to in the header.