Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PictFmlaKey Class / fmlaListFillRange Property


In This Topic
    fmlaListFillRange Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fmlaListFillRange As ObjFmla
    'Usage
     
    
    Dim instance As PictFmlaKey
    Dim value As ObjFmla
     
    instance.fmlaListFillRange = value
     
    value = instance.fmlaListFillRange
    public ObjFmla fmlaListFillRange {get; set;}
    See Also