Nevron .NET Vision
Nevron.FormulaSheet Namespace / NSingleFormulaCell Class / GetVariantValue Method


In This Topic
    GetVariantValue Method (NSingleFormulaCell)
    In This Topic
    Overriden to get the value as a Single variant
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetVariantValue() As NVariant
    'Usage
     
    
    Dim instance As NSingleFormulaCell
    Dim value As NVariant
     
    value = instance.GetVariantValue()
    protected override NVariant GetVariantValue()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also