TableObject.RefreshStyle Property

Definition

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

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

Property Value

Applies to