ARCed.Scintilla.LineCollection.Hide C# (CSharp) Method

Hide() public method

public Hide ( int startLine, int endLine ) : void
startLine int
endLine int
return void
        public void Hide(int startLine, int endLine)
        {
            NativeScintilla.HideLines(startLine, endLine);
        }