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


In This Topic
    IEnhancedCustomNameSupport Interface
    In This Topic
    Interface that supports enhanced methods for user-defined names in formulas in the data model.
    Syntax
    'Declaration
     
    
    Public Interface IEnhancedCustomNameSupport 
       Inherits ICustomNameSupport, ICustomNameSupport2 
    'Usage
     
    
    Dim instance As IEnhancedCustomNameSupport
    public interface IEnhancedCustomNameSupport : ICustomNameSupport, ICustomNameSupport2  
    See Also