Infragistics(R) NetAdvantage(R) WPF
PositioningOptions Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : PositioningOptions Enumeration

Represents the options available for getting or setting the bounds of a shape, cell, or region.

Syntax

Visual Basic (Declaration) 
Public Enum PositioningOptions 
   Inherits System.Enum
C# 
public enum PositioningOptions : System.Enum 

Members

MemberDescription
IgnoreHiddenRowsAndColumnsIgnore the RowColumnBase.Hidden value on all rows and columns. Get and set bounds as if all rows and columns were currently visible.
None No special options should be used. Get and set actual bounds on the worksheet in its current state.

See Also