XlsRange LastRow Property |
Namespace: Spire.Xls.Core.Spreadsheet
public int LastRow { get; set; }
Public Property LastRow As Integer Get Set
public: virtual property int LastRow { int get () sealed; void set (int value) sealed; }
abstract LastRow : int with get, set override LastRow : int with get, set