Skip to main content Skip to complementary content
Close announcements banner

CellsAt Method

Overloads

CellsAt(ISheet, Int32, Int32)

Returns a list of ISheetCell for the row / column

CellsAt(ISheet, Int32, Int32)

Returns a list of ISheetCell for the row / column

Declaration

      public static IEnumerable<ISheetCell> CellsAt(this ISheet source, int col, int row)
    

Parameters

Type Name Description
ISheet source

The sheet

System.Int32 col

Column

System.Int32 row

Row

Returns

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

A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the cells.

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!