Share via


_QueryTable.RefreshStyle Property

Returns or sets the way rows on the specified worksheet are added or deleted to accommodate the number of rows in a recordset returned by a query. Read/write XlCellInsertionMode.

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

Syntax

'Declaration
Property RefreshStyle As XlCellInsertionMode
    Get
    Set
'Usage
Dim instance As _QueryTable
Dim value As XlCellInsertionMode

value = instance.RefreshStyle

instance.RefreshStyle = value
XlCellInsertionMode RefreshStyle { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlCellInsertionMode

See Also

Reference

_QueryTable Interface

_QueryTable Members

Microsoft.Office.Interop.Excel Namespace