Click or drag to resize

SheetColumnResourcesListColumns Method

Overload List
  NameDescription
Public methodListColumns(Int64, IEnumerableColumnInclusion, PaginationParameters)

Gets a list of all Columns belonging to the Sheet specified in the URL.

It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/columns

Remarks
This operation supports pagination of results. For more information, see Paging.
Public methodListColumns(Int64, IEnumerableColumnInclusion, PaginationParameters, NullableInt32)

Gets a list of all Columns belonging to the Sheet specified in the URL.

It mirrors to the following Smartsheet REST API method: GET /sheets/{sheetId}/columns

Remarks
This operation supports pagination of results. For more information, see Paging.
Top
See Also