Version

BoundsInTwips Property

Gets or sets the bounds of the workbook's MDI child window in twips (1/20th of a point).
Syntax
public Rect BoundsInTwips {get; set;}

Property Value

The bounds of the workbook's MDI child window in twips (1/20th of a point).
Exceptions
ExceptionDescription
System.ArgumentException The width or height of the value assigned are less than zero.
Remarks

Note: This setting cannot be saved with a CustomView in the Excel file. It can only be saved with a Workbook. Therefore, there is no corresponding property in CustomViewWindowOptions and a newly created CustomView will not be initialized with the setting from this property.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also