CellArea

Overview

CellArea is a struct in Aspose.Cells FOSS for .NET. Inherits from: IComparable.

Represents cell area.

This struct provides 3 methods for working with CellArea objects in .NET programs. Available methods include: CompareTo, CreateCellArea, ToString. All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package. Properties: EndColumn, EndRow, StartColumn, StartRow.

Description

CellArea is a class in the Aspose.Cells FOSS library for .NET that exposes 4 methods and 4 properties for programmatic use. It extends IComparable, inheriting shared functionality from its parent type.

Properties

NameTypeAccessDescription
StartRowintRead/WriteGets or sets the start row.
EndRowintRead/WriteGets or sets the end row.
StartColumnintRead/WriteGets or sets the start column.
EndColumnintRead/WriteGets or sets the end column.

Methods

SignatureDescription
CreateCellArea(startRow: int, startColumn: int, endRow: int, endColumn: int)The cell area.
CreateCellArea(startCellName: string, endCellName: string)The cell area.
CompareTo(obj: object)The compare result.
ToString()The text.

See Also

 English