Description:

Remove named view from the document.

Syntax:
public bool Delete(
int index
)
Parameters:
  • index
  • Type: int
  • index of the named view in the named view table.
Returns:
Type: bool
True if successful.
Available since:
5.0

Description:

Remove named view from the document.

Syntax:
public bool Delete(
string name
)
Parameters:
  • name
  • Type: string
  • name of the view.
Returns:
Type: bool
True if successful.
Available since:
5.0

Nothing found