'Declaration
Public Function New( _ ByVal name As System.String _ )
'Usage
Dim name As System.String Dim instance As New TableStyle(name)
public TableStyle( System.string name )
public TableStyle( name: System.String );
public function TableStyle( name : System.String );
public: TableStyle( System.string* name )
public: TableStyle( System.String^ name )
Parameters
- name
- The name of the table style.