[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.RequestRowVisibleStatesEventArgs.-ctor

RequestRowVisibleStatesEventArgs Constructor

RequestRowVisibleStatesEventArgs(int, int)

Initializes a new instance of the RequestRowVisibleStatesEventArgs class.

Declaration
public RequestRowVisibleStatesEventArgs(int row, int rowCount)
Public Sub New(row As Integer, rowCount As Integer)
Parameters
Type Name Description
int row

First row index of the row range for finding the rows' visible states.

int rowCount

Number of row range where to find rows' visible states.