Version

PositioningOptions Enumeration

Represents the options available for getting or setting the bounds of a shape, cell, or region.
Syntax
'Declaration
 
Public Enum PositioningOptions 
   Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also