[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs

RequestRowVisibleStatesEventArgs Class

Represents the event data for the RequestRowVisibleStates event of the object.

Inheritance
RequestRowVisibleStatesEventArgs
Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public class RequestRowVisibleStatesEventArgs : EventArgs
Public Class RequestRowVisibleStatesEventArgs
    Inherits EventArgs

Constructors

Name Description
RequestRowVisibleStatesEventArgs(int, int)

Initializes a new instance of the RequestRowVisibleStatesEventArgs class.

Properties

Name Description
Row

Gets the first row index of the row range for finding the rows visible states.

RowCount

Gets the number of the row range of where to find the rows visible states.

RowVisibleStates

Gets the dictionary that contains information about rows' visible states. When handling the RequestRowVisibleStates, the handler adds the rows' visible states into this dictionary.