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


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