TableStyles.Add(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.
Creates a new TableStyle object and adds it to the collection.
public:
Microsoft::Office::Interop::Excel::TableStyle ^ Add(System::String ^ TableStyleName);
public Microsoft.Office.Interop.Excel.TableStyle Add (string TableStyleName);
Public Function Add (TableStyleName As String) As TableStyle
Parameters
- TableStyleName
- String
The name of the table style.
Returns
TableStyle