Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / FormulaData Property


In This Topic
    FormulaData Property (ExcelShape)
    In This Topic
    Array of bytes that contains a formula in ptgs
    Syntax
    'Declaration
     
    
    Public Property FormulaData As Byte()
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value() As Byte
     
    instance.FormulaData = value
     
    value = instance.FormulaData
    public byte[] FormulaData {get; set;}
    See Also