Harness proD API Help
EPLAN.Harness.API.Occurrences.Interfaces Namespace / IOccCustomTable Interface / SetTableContent Method
Content of the table
In This Topic
    SetTableContent Method (IOccCustomTable)
    In This Topic
    Sets the content of current table.
    Syntax
    void SetTableContent( 
       TextProperty[,] content
    )

    Parameters

    content
    Content of the table
    Exceptions
    ExceptionDescription
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    See Also