FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > DefaultRangeGroupModel クラス : IsCollapsed メソッド |
'Declaration Public Function IsCollapsed( _ ByVal index As Integer, _ ByVal isRowGroup As Boolean _ ) As Boolean
'使用法 Dim instance As DefaultRangeGroupModel Dim index As Integer Dim isRowGroup As Boolean Dim value As Boolean value = instance.IsCollapsed(index, isRowGroup)
public bool IsCollapsed( int index, bool isRowGroup )