Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRecordHeader Class / recLen Property


In This Topic
    recLen Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property recLen As UInteger
    'Usage
     
    
    Dim instance As OfficeArtRecordHeader
    Dim value As UInteger
     
    instance.recLen = value
     
    value = instance.recLen
    public uint recLen {get; set;}
    See Also