ITextParagraphFormat.DeleteTab(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.