GrapeCity MultiRow Windows Forms Documentation
GetVerticalSplitLocations Method


Retrieves the vertical split lines' location in GcMultiRow.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1002:DoNotExposeGenericLists", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
<SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1024:UsePropertiesWhereAppropriate", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function GetVerticalSplitLocations() As List(Of Integer)
Dim instance As GcMultiRow
Dim value As List(Of Integer)
 
value = instance.GetVerticalSplitLocations()
[SuppressMessage(Category="Microsoft.Design", 
   CheckId="CA1002:DoNotExposeGenericLists", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
[SuppressMessage(Category="Microsoft.Design", 
   CheckId="CA1024:UsePropertiesWhereAppropriate", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public List<int> GetVerticalSplitLocations()

Return Value

A List value that represents the vertical split lines' location in GcMultiRow.
Remarks
You can use this method to retrieve all vertical split lines' location, then save these values in order to retrieve the previous vertical split bars' appearance using InsertSplit later.
Requirements

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

See Also

Reference

GcMultiRow Class
GcMultiRow Members
InsertSplit Method
GetHorizontalSplitLocations Method

 

 


Copyright © GrapeCity, inc. All rights reserved.