GrapeCity MultiRow Windows Forms Documentation
GetHorizontalSplitLocations Method


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

Return Value

A List value that represents the horizontal split lines' location in GcMultiRow.
Remarks
You can use this method to retrieve all horizontal split lines' location, then save these values in order to retrieve the previous horizontal split bars' appearance with 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
GetVerticalSplitLocations Method

 

 


Copyright © GrapeCity, inc. All rights reserved.