Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IRangeGroupModel3 Interface
Members


In This Topic
    IRangeGroupModel3 Interface
    In This Topic
    Interface that supports creating a model that represents an outline (range group) of rows or columns.
    Syntax
    'Declaration
     
    
    Public Interface IRangeGroupModel3 
       Inherits IRangeGroupModel, IRangeGroupModel2 
    'Usage
     
    
    Dim instance As IRangeGroupModel3
    public interface IRangeGroupModel3 : IRangeGroupModel, IRangeGroupModel2  
    See Also