Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormattingUtils.UpdateSpreadMethod Delegate


In This Topic
    ConditionalFormattingUtils.UpdateSpreadMethod Delegate
    In This Topic
    Updates the spread UI.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ConditionalFormattingUtils.UpdateSpreadMethod() 
    'Usage
     
    
    Dim instance As New ConditionalFormattingUtils.UpdateSpreadMethod(AddressOf HandlerMethod)
    public delegate void ConditionalFormattingUtils.UpdateSpreadMethod()
    See Also