Table.UpdateAutoFormat Method

Definition

Updates the table with the characteristics of a predefined table format.

public:
 void UpdateAutoFormat();
public void UpdateAutoFormat ();
abstract member UpdateAutoFormat : unit -> unit
Public Sub UpdateAutoFormat ()

Remarks

If you apply a table format with AutoFormat(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) and then insert rows and columns, the table may no longer match the predefined look. UpdateAutoFormat restores the format.

Applies to