[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.IsRowBound

IsRowBound Method

IsRowBound(int)

Gets whether the specified row on this sheet is bound to a data source.

Declaration
public bool IsRowBound(int row)
Public Function IsRowBound(row As Integer) As Boolean
Parameters
Type Name Description
int row

Row index

Returns
Type Description
bool

true if the row is bound; false otherwise