ArcObjects Library Reference (ArcMapUI)  

ITableProperties.Remove Method

Remove a table property.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal pTableProperty As ITableProperty _
)
[C#]
public void Remove (
    ITableProperty pTableProperty
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableProperties Interface