GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : InsertSplit Method |
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub InsertSplit( _ ByVal location As Integer, _ ByVal orientation As Orientation _ )
Dim instance As GcMultiRow Dim location As Integer Dim orientation As Orientation instance.InsertSplit(location, orientation)
[EditorBrowsable(EditorBrowsableState.Advanced)] public void InsertSplit( int location, Orientation orientation )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The location is equal to or less than the minimum available location of the split line. -or- The location is equal to or greater than the maximum available location of the split line. |
void addViewportInSpecificPositionButton_Click(object sender, EventArgs e) { this.gcMultiRow1.InsertSplit(150, Orientation.Horizontal); }
Private Sub addViewportInSpecificPositionButton_Click(ByVal sender As Object, ByVal e As EventArgs) Handles addViewportInSpecificPositionButton.Click Me.gcMultiRow1.InsertSplit(150, Orientation.Horizontal) End Sub
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2