Table.UpdateAutoFormat Method
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.
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.