Spread WPF Documentation
FormulaTextBox Class
Members 


Represents a control that allow user to input formula, and convert the formula text to formula selection in spread sheet. User also can select formula in spread sheet through mouse or other input device, the control will convert the selection to text.
Object Model
FormulaTextBox Class
Syntax
'Declaration
 
Public NotInheritable Class FormulaTextBox 
   Inherits System.Windows.Controls.RichTextBox
'Usage
 
Dim instance As FormulaTextBox
public sealed class FormulaTextBox : System.Windows.Controls.RichTextBox 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.Primitives.TextBoxBase
                        System.Windows.Controls.RichTextBox
                           GrapeCity.Windows.SpreadSheet.UI.FormulaTextBox

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

FormulaTextBox Members
GrapeCity.Windows.SpreadSheet.UI Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.