ISECEditBuffer::ClearTextBlock
BOOLISECEditBuffer::ClearTextBlock(intnStartLine, intnStartCol, intnEndLine, intnEndCol)
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