Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WebPub Class / nStyleId Property


In This Topic
    nStyleId Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property nStyleId As Integer
    'Usage
     
    
    Dim instance As WebPub
    Dim value As Integer
     
    instance.nStyleId = value
     
    value = instance.nStyleId
    public int nStyleId {get; set;}
    See Also