FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpreadTreeHelper クラス : GetOutlineGroups メソッド |
'宣言
Public Shared Function GetOutlineGroups( _ ByVal spread As FpSpread, _ ByVal pane As Integer, _ ByVal isRowOutline As Boolean _ ) As List(Of Tuple(Of Integer,Integer,Integer,Boolean,Rectangle))
public static List<Tuple<int,int,int,bool,Rectangle>> GetOutlineGroups( FpSpread spread, int pane, bool isRowOutline )