Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaCell Class / GetStrongTypeOptions Method


In This Topic
    GetStrongTypeOptions Method (NFormulaCell)
    In This Topic
    Gets the options for a strong type. Applicable only if the IsStronglyTyped returned true. Returns null if the strong type has no options.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetStrongTypeOptions() As NStronglyTypedCellOption()
    'Usage
     
    
    Dim instance As NFormulaCell
    Dim value() As NStronglyTypedCellOption
     
    value = instance.GetStrongTypeOptions()
    public virtual NStronglyTypedCellOption[] GetStrongTypeOptions()
    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