com.esri.arcgis.geodatabaseui
Interface ITableView4

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableView

public interface ITableView4
extends Serializable

Provides access to members that interact with table.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isAllowEditing()
          Editing allowed on the table.
 void setAllowDeleteRow(boolean rhs1)
          Allow delete row during editing.
 

Method Detail

setAllowDeleteRow

void setAllowDeleteRow(boolean rhs1)
                       throws IOException,
                              AutomationException
Allow delete row during editing. Default: True.

Product Availability

Available with ArcGIS Desktop.

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAllowEditing

boolean isAllowEditing()
                       throws IOException,
                              AutomationException
Editing allowed on the table.

Product Availability

Available with ArcGIS Desktop.

Returns:
The pAllowEditing
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.