GoToColumn(Int32) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Moves to the position to the specified column position, taking into account spaces in tabs.

public void GoToColumn(int newColumn)

Parameters

newColumn
Int32

The new column position to move the cursor to.