Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpreadTemplateReplacement Class / ReplacementType Property


In This Topic
    ReplacementType Property
    In This Topic
    Gets or sets the type of the replacement.
    Syntax
    'Declaration
     
    
    Public Property ReplacementType As ReplacementType
    'Usage
     
    
    Dim instance As FpSpreadTemplateReplacement
    Dim value As ReplacementType
     
    instance.ReplacementType = value
     
    value = instance.ReplacementType
    public ReplacementType ReplacementType {get; set;}

    Property Value

    Type of the replacement
    See Also