Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / PropertyCodeDomSetInt Property


In This Topic
    PropertyCodeDomSetInt Property
    In This Topic
    Internal use only
    Syntax
    'Declaration
     
    
    Public Property PropertyCodeDomSetInt As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.PropertyCodeDomSetInt = value
     
    value = instance.PropertyCodeDomSetInt
    public int PropertyCodeDomSetInt {get; set;}
    See Also