[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeGroupStateChangingEventArgs

RangeGroupStateChangingEventArgs Class

Represents the event data for the RangeGroupStateChanging event for an outline (range group) of rows and columns in the Spread component.

Inheritance
RangeGroupStateChangingEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class RangeGroupStateChangingEventArgs : CancelEventArgs
Public Class RangeGroupStateChangingEventArgs
    Inherits CancelEventArgs

Constructors

Name Description
RangeGroupStateChangingEventArgs(SpreadView, RangeGroupInfo, bool)

Creates a new set of event arguments for the change of state of the outline (range group).

Properties

Name Description
IsRowGroup

Gets whether the outline (range group) is a group of rows.

RangeGroupInfo

Gets the infomation about the outline (range group) whose state was changed.

View

Gets the view that contains the outline (range group) whose state is changing.