Version

PositioningOptions Enumeration

Represents the options available for getting or setting the bounds of a shape, cell, or region.
Syntax
public enum PositioningOptions : System.Enum 
Members
MemberDescription
NoneNo special options should be used. Get and set actual bounds on the worksheet in its current state.
TreatAllRowsAndColumnsAsVisibleIgnore the RowColumnBase.Hidden value on all rows and columns. Get and set bounds as if all rows and columns were currently visible.
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