[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeGroupModelEventArgs

RangeGroupModelEventArgs Class

Represents the event data for the Changed event of the outline (range group) for the sheet.

Inheritance
RangeGroupModelEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class RangeGroupModelEventArgs : EventArgs
Public Class RangeGroupModelEventArgs
    Inherits EventArgs

Constructors

Name Description
RangeGroupModelEventArgs(bool, RangeGroupModelEventType)

Creates a new outline (range group) model event arguments object.

RangeGroupModelEventArgs(ArrayList, bool, bool, int[], RangeGroupModelEventType)

Creates a new outline (range group) model event arguments object.

RangeGroupModelEventArgs(int, int, bool, RangeGroupModelEventType)

Creates a new outline (range group) model event arguments object.

Properties

Name Description
ChangedIndexes

Gets the indexes of changed rows or columns of the outline (range group).

Count

Gets the number of rows or columns in the outline (range group).

Expand

Gets whether the outline (range group) is expanded (or else collapsed).

GroupsToExpand

Gets the outline (range group) to expand (or collapse).

IsRowGroup

Gets whether the outline (range group) is of rows (or else columns).

StartIndex

Gets the starting index of rows or columns of the outline (range group).

Type

Gets the type of outline (range group) event.