Readonly
The sizing method for a sheet. The value must be one of the following: Automatic, Exactly, Range, AtLeast, and AtMost. Exactly, Range, AtLeast, and AtMost are used in combination with minSize or maxsize.
Optional
The maximum size of the sheet. This is only defined when behavior is Exactly, Range or AtMost.
The minimum size of the sheet. This is only defined when behavior is Exactly, Range, or AtLeast.
The sizing method for a sheet. The value must be one of the following: Automatic, Exactly, Range, AtLeast, and AtMost. Exactly, Range, AtLeast, and AtMost are used in combination with minSize or maxsize.