Share via


_QueryTable.RowNumbers Property

True if row numbers are added as the first column of the specified query table. Read/write Boolean.

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

Syntax

'Declaration
Property RowNumbers As Boolean
    Get
    Set
'Usage
Dim instance As _QueryTable
Dim value As Boolean

value = instance.RowNumbers

instance.RowNumbers = value
bool RowNumbers { get; set; }

Property Value

Type: System.Boolean

Remarks

Setting this property to True doesn’t immediately cause row numbers to appear. The row numbers appear the next time the query table is refreshed, and they’re reconfigured every time the query table is refreshed.

See Also

Reference

_QueryTable Interface

_QueryTable Members

Microsoft.Office.Interop.Excel Namespace