Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / StartObject Class / iObjectKind Property


In This Topic
    iObjectKind Property (StartObject)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property iObjectKind As ObjectKind
    'Usage
     
    
    Dim instance As StartObject
    Dim value As ObjectKind
     
    instance.iObjectKind = value
     
    value = instance.iObjectKind
    public ObjectKind iObjectKind {get; set;}
    See Also