Table.ApplyStyleDirectFormatting(String) 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.
Applies the specified style but maintains any formatting that a user directly applies.
public:
void ApplyStyleDirectFormatting(System::String ^ StyleName);
public void ApplyStyleDirectFormatting (string StyleName);
abstract member ApplyStyleDirectFormatting : string -> unit
Public Sub ApplyStyleDirectFormatting (StyleName As String)
Parameters
- StyleName
- String
The name of the style to apply.