Description
Returns an Area object representing all the cells in a specified group of columns. An area is a rectangular collection of cells.
C#
vb.net
Parameters
firstCol
The 0-based index of the first column.numCols
The number of columns to include.Returns
AnArea
object representing the set of cells in the specified columns.
Examples
C#
vb.net