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


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