Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / StartBlock Class / iObjectKind Property


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