XlsWorksheet
TopLeftCell Property
|
Gets top left cell of the worksheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange TopLeftCell { get; set; }
Public Property TopLeftCell As CellRange
Get
Set
public:
property CellRange^ TopLeftCell {
CellRange^ get ();
void set (CellRange^ value);
}
member TopLeftCell : CellRange with get, set
Return Value
Type:
CellRange
See Also