Share via


CubeField.Position Property

Position of the item in its field if the item is currently showing.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Position As Integer
    Get
    Set
'Usage
Dim instance As CubeField
Dim value As Integer

value = instance.Position

instance.Position = value
int Position { get; set; }

Property Value

Type: System.Int32

See Also

Reference

CubeField Interface

CubeField Members

Microsoft.Office.Interop.Excel Namespace