Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CornerRenderer Class / gridLineInsets Field


In This Topic
    gridLineInsets Field (CornerRenderer)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected gridLineInsets As Integer()
    'Usage
     
    
    Dim instance As CornerRenderer
    Dim value() As Integer()
     
    value = instance.gridLineInsets
     
    instance.gridLineInsets = value
    protected int[] gridLineInsets
    See Also