Indicates that empty points are ignored while performing calculations. Otherwise empty points are treated as zeros.
Syntax
Visual Basic (Declaration) |
|
Public Property IgnoreEmptyPoints As Boolean |
Visual Basic (Usage) |
Copy Code |
Dim instance As FormulaData
Dim value As Boolean
instance.IgnoreEmptyPoints = value
value = instance.IgnoreEmptyPoints
|
C# |
|
public bool IgnoreEmptyPoints {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also