TableObject.PreserveFormatting 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.
True if any formatting common to the first five rows of data are applied to new rows of data in the query table. Unused cells aren’t formatted. The property is False if the last AutoFormat applied to the query table is applied to new rows of data. The default value is True. Boolean (bool in C#) Read/Write
public:
property bool PreserveFormatting { bool get(); void set(bool value); };
public bool PreserveFormatting { get; set; }
Public Property PreserveFormatting As Boolean