ITextParagraphFormat.DeleteTab(Single) Method

Definition

Deletes the tab at the specified position.

public:
 void DeleteTab(float position);
void DeleteTab(float const& position);
public void DeleteTab(float position);
function deleteTab(position)
Public Sub DeleteTab (position As Single)

Parameters

position
Single

float

The position of the tab to delete, in floating-point points.

Applies to

See also