int? AutoWidthRowLimit { get; set; }
Property AutoWidthRowLimit As Integer? Get Set
property Nullable<int> AutoWidthRowLimit { Nullable<int> get (); void set (Nullable<int> value); }
abstract AutoWidthRowLimit : Nullable<int> with get, set
In This Article