Provides RowCount to a connected grid.
property OnGetRowCount: TNxGetRowCountEvent read FOnGetRowCount write FOnGetRowCount;
Example
function TForm1.NxVirtualCellSource61GetRowCount(Sender: TObject): Integer;
begin
Result := PersonsData.PersonCount;
end;