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