ISECEditBuffer::ClearTextBlock

BOOL ISECEditBuffer::ClearTextBlock(int nStartLine, int nStartCol, int nEndLine, int nEndCol)

Deletes the text between the line/column index positions given.

Defined in: ISECEditBuffer.h

Return Value

Returns non-zeor if succeeded; otherwise 0.

Parameters

nStartLine

The starting line index for the delete.

nStartCol

The starting column index for the delete

nEndLine

The ending line index for the delete.

nEndCol

The ending column index for the delete.

Comments

the line and column positions are zero based indices.

See Also

ISECEditBuffer Insert GetTextBlock