API Reference
Class
WordTableStyles
Contains predefined table style definitions.
Inheritance
- Object
- WordTableStyles
Methods
public static WordTableStyle GetStyle(String style) #Returns:
WordTableStyleConverts a style name into its corresponding WordTableStyle value.
Parameters
- style System.String
- The style name as defined by Microsoft Word.
Returns
The matching WordTableStyle enumeration value.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object