FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SheetView クラス : AddRangeGroup メソッド |
'Declaration Public Sub AddRangeGroup( _ ByVal startIndex As Integer, _ ByVal count As Integer, _ ByVal isRowGroup As Boolean _ )
'使用法 Dim instance As SheetView Dim startIndex As Integer Dim count As Integer Dim isRowGroup As Boolean instance.AddRangeGroup(startIndex, count, isRowGroup)
public void AddRangeGroup( int startIndex, int count, bool isRowGroup )
fpSpread1.ActiveSheet.AddRangeGroup(0, 10, true);
fpSpread1.ActiveSheet.RangeGroupBackGroundColor = Color.Yellow;
fpSpread1.ActiveSheet.RangeGroupButtonStyle = FarPoint.Win.Spread.RangeGroupButtonStyle.Enhanced;
FpSpread1.ActiveSheet.AddRangeGroup(0, 10, True)
FpSpread1.ActiveSheet.RangeGroupBackGroundColor = Color.Yellow
FpSpread1.ActiveSheet.RangeGroupButtonStyle = FarPoint.Win.Spread.RangeGroupButtonStyle.Enhanced