public void SetTableContent( TextProperty[,] content )
Parameters
- content
- Content of the table
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ArgumentException | Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property. |
EPLAN.Harness.API.Exceptions.ArgumentNullException | Argument is null. |
EPLAN.Harness.API.Exceptions.PropertyIsNotEnabledException | The exception that is thrown when the property is not currently enabled. |