Partager via


TextColumn2.Number Property

Gets or sets the index of the TextColumn2 object. Read/write

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Number As Integer
    Get
    Set
'Usage
Dim instance As TextColumn2
Dim value As Integer

value = instance.Number

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

Property Value

Type: System.Int32
Integer

See Also

Reference

TextColumn2 Interface

TextColumn2 Members

Microsoft.Office.Core Namespace