_QueryTable.RefreshStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Interop::Excel::XlCellInsertionMode RefreshStyle { Microsoft::Office::Interop::Excel::XlCellInsertionMode get(); void set(Microsoft::Office::Interop::Excel::XlCellInsertionMode value); };
public Microsoft.Office.Interop.Excel.XlCellInsertionMode RefreshStyle { get; set; }
Public Property RefreshStyle As XlCellInsertionMode