Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Grid Class / IndexCalculate Method


In This Topic
    IndexCalculate Method
    In This Topic
    Calculates the necessary information used, such as the size of each cells of week index region etc.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub IndexCalculate() 
    'Usage
     
    
    Dim instance As Grid
     
    instance.IndexCalculate()
    protected virtual void IndexCalculate()
    See Also