Chameleon and Iguana Plugin C# Class Libraries

Message.AddRow Method 

Prevents adding a row to the Message.

[Visual Basic]
Public Sub AddRow()
[C#]
new public void AddRow();

Remarks

Overrides the inherited AddRow method from Table.

Throws an exception when trying to add a row to the Message object because rows are not supposed to be added to the Message.

See Also

Message Class | iNTERFACEWARE.Chameleon Namespace