Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

GetAllCells Method

Overloads

GetAllCells(Int32)

Get all cells values.

Equivalent to:

GetAllData(pageSize).Select(c => c.First())
.

GetAllCells(Int32)

Get all cells values.

Equivalent to:

GetAllData(pageSize).Select(c => c.First())
.

Declaration

      public IEnumerable<NxCell> GetAllCells(int pageSize = 20)
    

Parameters

Type Name Description
System.Int32 pageSize

The number of values to retrieve per iteration.

Returns

Type Description
System.Collections.Generic.IEnumerable<NxCell>

The lazily evaluated complete set of cells values for the pager.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!