Telerik.Windows.Documents.Spreadsheet The arguments for the CommandError event. Gets the exception. The exception. Gets or sets a value indicating whether the exception is handled. The value indicating whether the exception is handled. The arguments for the CommandExecuted event. Represents a base for the event arguments classes for the command execution events. Gets a value indicating whether the event has occurred while in undo. The value indicating whether the event has occurred while in undo. Gets the name of the command. The name of the command. Arguments for the CommandExecuting event. Gets a value indicating whether the command is canceled. The value indicating whether the command is canceled. Cancels the command. Initializes a new instance of the class. The worksheet to copy to. The worksheet to copy from. Gets the target worksheet - the worksheet to copy to. The target worksheet. Gets the source worksheet - the worksheet to copy from. The source worksheet. Class representing update scope. Initializes a new instance of the class. The begin update action. The end update action. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Sets a single value of compressed list to range starting from "fromIndex" and ending at "toIndex". From index. To index. The single value compressed list. Sets a single value of compressed list to range starting from "fromIndex" and ending at "toIndex". From index. To index. The single value compressed list. Dictionary that preserves the order of adding of the items. The type of keys in the dictionary. The type of values in the dictionary. Represents a range. Gets the start. The start. Gets the end. The end. Gets the length. The length. Initializes a new instance of the class. The start. The end. Expands by the specified index. The index. The expanded range. Creates range or expands an existing one by specified index. The range. The index. The result range. Returns the max range or null if both ranges are null. The first range. The second range. The maximum range or null. Finds the max range of two ranges. The first range. The second range. The result range. Returns a that represents the current . A that represents the current . Represents list of named objects. The type of the T. Gets the number of elements contained in the . The number of elements contained in the . Gets a value indicating whether the is read-only. True if the is read-only; otherwise, false. Initializes a new instance of the class. Gets item by name. Name of the item. The item if exists, else the default value of the returned type. Adds the specified item. The new item. Adds the new item before an existing item. Name of the next item. The new item. True if succeed. Adds the new item after an existing item. Name of the item after which the new item will be added. The new item. True if succeed. Adds the item at the start of the collection. The item to add. Adds the item at the end of the collection. The item to add. Determines whether the specified item is contained in the collection. The item to locate in the collection. True if contained. Determines whether the the specified item name is contained in the collection. Name of the item. True if contained. Called just before removing the item. The item to remove. Removes the specified item. The item to remove. True if succeed. Removes the specified item name. Name of the item. True if succeed. Copies to. The array. Index of the array. Removes all items from the . The is read-only. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Represents collection of named objects. The type of the T. Gets a value indicating whether the change events are suspended. The value indicating whether the change events are suspended. Gets the count. The count. Gets the INamedObject at the specified index. The index of the desired element. The item at specified index. Initializes a new instance of the class. Adds the specified item. The new item. Replaces the item specified by name with the specified item. Name of the item to replace. The item to replace with. Adds the range of items to the collection. The range of items. Tries to get item by name. The name of the searched item. The result. True if succeed. Gets item by name. The name of the searched item. The searched item. Determines whether item with the specified name is contained in the collection. The name of the searched item. True if contained. Determines whether the specified item is contained in the collection. The searched item. True if contained. Removes the item with the specified name. The name of the item. Clears this items from the collection. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Called when an item is replaced. Name of the replaced item. New name of the item. Occurs when an item is replaced. Raises the event. The instance containing the event data. Occurs when the collection is changed. Called when the collection is changed. Represents named objects item replace event arguments. Gets the name of the item. The name of the item. Gets the new name of the item. The new name of the item. Initializes a new instance of the class. Name of the item. New name of the item. Provides the base class from which the classes that represent INotifyPropertyChanged objects are derived. Called when when property is changed. Name of the property. Occurs when a property value changes. Raises the event. The instance containing the event data. Represents event arguments for events that can be canceled. Gets a value indicating whether the event is canceled. The canceled. Initializes a new instance of the class. Cancels the event. Represents the fill direction. Left fill direction. Up fill direction. Right fill direction. Down fill direction. Provides methods and properties for using AdditionExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Provides methods and properties for using AmpersandExpression, that concatenates the two operands as Strings. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Provides methods and properties for creating an ArrayExpression. Gets the row count of the array. The row count. The row count as Int32. Gets the column count of the array. The column count. The column count as Int32. Gets the at the specified row and column index. The at the specified row and column index. The at the specified row and column index. Initializes a new instance of the class. The array. Overridable method for getting expression value. The value as RadExpression. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Abstract class providing methods and properties for using BinaryOperatorExpression of specified type T. The type T of the operands. Gets the argument conversion rules. The argument conversion rules. The argument conversion rules. Gets the left operand. The left operand. The left operand as RadExpression. Gets the right operand. The right operand. The right operand as RadExpression. Gets the type of the operands. The type of the operands. The type of the operands as ArgumentType. Initializes a new instance of the class. The left operand. The right operand. Overridable method for getting expression value. The value as RadExpression. Gets the value. The operands of type T. Value as RadExpression. Toes the string. The culture info. The result string. Provides methods and properties for using BooleanExpression. The True BooleanExpression. The False BooleanExpression. Abstract class representing a cell reference binary operator expression. Gets the type of the operands. The type of the operands as ArgumentType. The type of the operands. Initializes a new instance of the class. The left. The right. Toes the string. The culture info. The result string. Provides methods and properties for using and CellReferenceRangeExpression. Gets the cell reference range. The cell reference range. The cell reference range as CellReferenceRange. Gets the cell reference ranges. The cell reference ranges. Gets a value indicating whether instance is valid depending on whether all its ranges are valid and belong to the same sheet. Gets a value indicating whether the instance is in range which is equivalent to when none of its ranges refers to a cell outside the boundaries of the worksheet. Gets a value indicating whether the CellReferenceRanges count is equal to 1. Gets the array value of the first range. Initializes a new instance of the class. The cell reference ranges. Gets the value of the expression. The value as RadExpression. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Toes the string. The culture info. Destructs the object. Receives events from the centralized event manager. The type of the calling this method. Object that originated the event. Event data. true if the listener handled the event. It is considered an error by the handling in WPF to register a listener for an event that the listener does not handle. Regardless, the method should return false if it receives an event that it does not recognize or handle. Called when the value is invalidated. The class represents a collection of items. The collection is initialized with a default value. The collection is compressed because on the outside it looks like all indexes have their value set, but in reality, only the values explicitly set by the public API are stored. The value type stored by the collection. The total number of items in the collection. If the collection really has any values. Initialize a instance of the CompressedCollection class. The number of rows. The number of columns. The default value used to initialize all cells of the collection. Indexer used to access a cell of the collection. The row index of the cell. The column index of the cell. Returns the length of the chosen dimension. The dimension for which to get the length. 0 for rows, 1 for columns. The number of items in the selected dimension. Enumerates the items of the collection. The enumerator. A compressed array-like collection used to store RadExpression objects. Initializes an instance of the class. The rows count. The columns count. Represents the DAYS function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Class representing function evaluation context. Type of the arguments. Gets the arguments. The arguments. Gets the worksheet. The worksheet. Gets the index of the row. The index of the row. Gets the index of the column. The index of the column. Initializes a new instance of the class. The arguments. The worksheet. Index of the row. Index of the column. Represents the CHOOSE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Represents the MATCH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the HLOOKUP function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Represents the INDIRECT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Abstract class providing a base for the VLOOKUP and HLOOKUP functions Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the VLOOKUP function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Represents the CONCAT function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MID function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Represents the TRIM function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Enumeration describing the way an argument conversion should be interpreted. UseAsIs argument interpretation. TreatAsError argument interpretation. Ignore argument interpretation. ConvertToDefault argument interpretation. Enumeration describing the way an array argument conversion should be interpreted. UseFirstElement array argument interpretation. UseFirstElement array argument interpretation. UseFirstElement array argument interpretation. Provides properties for describing the argument conversion rules of some RadSpreadsheet FunctionBase instance. Represents number function argument conversion rule. Represents non boolean function argument conversion rule. Represents nary number function argument conversion rule. Represents non boolean nary function argument conversion rule. Represents default value number function argument conversion rule. Represents nary ingnore indirect number function argument conversion rule. Represents boolean function argument conversion rule. Gets the empty direct argument interpretation. The empty direct argument interpretation. The empty direct argument interpretation. Gets the number direct argument interpretation. The number direct argument interpretation. The number direct argument interpretation. Gets the boolean direct argument interpretation. The boolean direct argument interpretation. The boolean direct argument interpretation. Gets the text number direct argument interpretation. The text number direct argument interpretation. The text number direct argument interpretation. Gets the non text number direct argument interpretation. The non text number direct argument interpretation. The non text number direct argument interpretation. Gets the empty indirect argument interpretation. The empty indirect argument interpretation. The empty indirect argument interpretation. Gets the number indirect argument interpretation. The number indirect argument interpretation. The number indirect argument interpretation. Gets the boolean indirect argument interpretation. The boolean indirect argument interpretation. The boolean indirect argument interpretation. Gets the text number indirect argument interpretation. The text number indirect argument interpretation. The text number indirect argument interpretation. Gets the non text number indirect argument interpretation. The non text number indirect argument interpretation. The non text number indirect argument interpretation. Gets the array argument interpretation. The array argument interpretation. The array argument interpretation. Gets the value which determines whether the text of the argument should be converted as a date serial number or not. Initializes a new instance of the class. The conversion rules concerning the non-array argument interpretation. The array argument interpretation. Initializes a new instance of the class. The empty direct argument interpretation. The number direct argument interpretation. The boolean direct argument interpretation. The text number direct argument interpretation. The non text number direct argument interpretation. The empty indirect argument interpretation. The number indirect argument interpretation. The boolean indirect argument interpretation. The text number indirect argument interpretation. The non text number indirect argument interpretation. The array argument interpretation. Describes the type of the argument. Any argument type. Logical argument type. Number argument type. Text argument type. Reference argument type. Array argument type. Provides methods and properties providing info for an argument. Gets the name of the argument. The name. The name as String. Gets the description of the argument. The description. The description as String. Gets the name localization key. The name localization key. Gets the description localization key. The description localization key. Gets the type of the argument. The type. The type as ArgumentType. Initializes a new instance of the class. The name of the argument. The description of the argument. The type type of the argument. Boolean indicating whether the argument is required or optional. If it is required, it should be set to true. The localization key of the name of the argument. The localization key of the description of the argument. Abstract class for creating function with boolean arguments. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Represents the DATE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DATEVALUE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DAY function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the HOUR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MINUTE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MONTH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SECOND function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TIME function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TIMEVALUE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TODAY function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the YEAR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ACCRINTM function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the AMORDEGRC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the AMORLINC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BESSELI function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BESSELJ function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BESSELK function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BESSELY function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BIN2DEC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BIN2HEX function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BIN2OCT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the HEX2BIN function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the HEX2DEC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the HEX2OCT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the OCT2BIN function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the OCT2DEC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the OCT2HEX function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COMPLEX function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CONVERT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the GESTEP function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMABS function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMAGINARY function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMARGUMENT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMCONJUGATE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMSUB function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMSUM function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMREAL function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMCOS function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMCOSH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMCOT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMCSC function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMCSCH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMDIV function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMEXP function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMLN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMLOG10 function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMLOG2 function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMPOWER function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMPRODUCT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMSEC function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMSECH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMSIN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMSINH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMSQRT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IMTAN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DEC2BIN function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DEC2OCT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DEC2HEX function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DELTA function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ERF function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ERFC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ERFC.PRECISE function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ERF.PRECISE function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BITAND function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BITLSHIFT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BITOR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BITRSHIFT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the BITXOR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COUPDAYBS function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COUPDAYS function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COUPDAYSNC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COUPNCD function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COUPNUM function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COUPPCD function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CUMIPMT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CUMPRINC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DB function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DISC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DOLLARDE function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DOLLARFR function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DURATION function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the EFFECT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the FV function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the INTRATE function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the IPMT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ISPMT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MDURATION function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the NOMINAL function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the NPER function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the NPV function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ODDFPRICE function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ODDFYIELD function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ODDLPRICE function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ODDLYIELD function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the PDURATION function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the PMT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the PPMT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the PRICE function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the PRICEDISC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the PV function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the RATE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the RECEIVED function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the RRI function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SLN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SYD function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TBILLEQ function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TBILLPRICE function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TBILLYIELD function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the VDB function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the YIELD function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the YIELDDISC function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the YIELDMAT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Abstract class providing methods and properties for creating an RadSpreadsheet function. Gets the name of the function. The name. The name as String. Gets the function info. The function info. The function info as FunctionInfo. Gets the argument conversion rules. The argument conversion rules. The argument conversion rules as ArgumentConversionRules. Evaluates the function with the specified arguments. The context. Function result as RadExpression. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Determines whether arguments number is valid. The arguments count. Boolean indicating whether the arguments number is valid. Provides methods and properties used in RadSpreadsheet functions. Describes the category of the function. Financial function category. DateTime function category. MathTrig function category. Statistical function category. LookupReference function category. Text function category. Logical function category. Information function category. Engineering function category. Provides properties for describing a FunctionBase. Gets the category. The category. The category as FunctionCategory. Gets the description. The description. The description as String. Gets the description localization key. The description localization key. Gets the required arguments count. The required arguments count. The required arguments count as Int32. Gets the optional arguments count. The optional arguments count. The optional arguments count as Int32. Gets the optional arguments repetition count. The optional arguments repetition count. The optional arguments repetition count as Int32. Gets a value indicating whether the function is default value function. Boolean indicating whether the function is default value function. Boolean indicating whether the function is default value function. Gets the format. The format. The format as CellValueFormat. Initializes a new instance of the class. The name of the function. The category of the function. The description of the function. The localization key of the function description. Initializes a new instance of the class. The name of the function. The category of the function. The description of the function. The format of the function. The localization key of the function description. Initializes a new instance of the class. The name of the function. The category of the function. The description of the function. The required arguments infos for the function. Boolean indicating whether the function is default value function. The localization key of the function description. Initializes a new instance of the class. The name of the function. The category of the function. The description of the function. The required arguments infos for the function. The format of the function. Boolean indicating whether the function is default value function. The localization key of the function description. Initializes a new instance of the class. The name of the function. The category of the function. The description of the function. The required arguments infos for the function. The optional arguments infos for the function. The count of the optional arguments for the function. Boolean indicating whether the function is default value function. The localization key of the function description. Initializes a new instance of the class. The name of the function. The category of the function. The description of the function. The required arguments infos for the function. The optional arguments infos for the function. The format of the function. The count of the optional arguments for the function. Boolean indicating whether the function is default value function. The localization key of the function description. Provides methods for registering functions and accessing registered functions in a RadSpreadsheet instance. Unregisters the function. The function. Unregisters the function. Name of the function. Registers a function. The function. Gets a FunctionBase instance by a specified functionName. Name of the function. An FunctionBase instance. Gets all registered functions. FunctionBase instances of all registered functions. Abstract class providing methods and properties for creating an RadSpreadsheet function. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ERROR.TYPE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the ISBLANK function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the ISERR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the ISERROR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the ISEVEN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ISFORMULA function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Represents the ISLOGICAL function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the ISNA function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the ISNONTEXT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the ISNUMBER function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the ISODD function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ISREF function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the ISTEXT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the N function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the NA function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the TYPE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the AND function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the FALSE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the IF function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the NOT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the OR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TRUE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the XOR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the HYPERLINK function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the INDEX function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the LOOKUP function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Represents the SUMIF function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ABS function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ACOS function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ACOSH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ACOT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ACOTH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ASIN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ASINH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ATAN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ATAN2 function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ATANH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CEILING function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CEILING.MATH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CEILING.PRECISE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COMBIN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COS function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COSH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COTH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CSC function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CSCH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the DEGREES function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the EVEN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the EXP function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the FACT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the FACTDOUBLE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the FLOOR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the FLOOR.MATH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the FLOOR.PRECISE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the GCD function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the INT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ISO.CEILING function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the LCM function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the LN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the LOG function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the LOG10 function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MOD function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MROUND function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MULTINOMIAL function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ODD function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the PI function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method that evaluates the function with the specified context. The context. Function result as RadExpression. Represents the POWER function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the PRODUCT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the QUOTIENT function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the RADIANS function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ROUND function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ROUNDDOWN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the ROUNDUP function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SEC function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SECH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SIGN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SIN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SINH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SQRT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SQRTPI function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SUM function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the SUMSQ function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TAN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TANH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the TRUNC function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Abstract class for creating function with double arguments. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Provides methods and properties for creating a RadSpreadsheet functions with same arguments type. The type T of functions arguments. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the COUNTIF function. The name of the function. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the AVERAGE function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the AVERAGEA function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MAX function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MAXA function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MEDIAN function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MIN function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MINA function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the MODE function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the STDEV function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the STDEVA function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the STDEVP function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the STDEVPA function. The name of the function. Gets the argument conversion rules. The argument conversion rules. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Abstract class for creating function with String arguments. Gets the argument conversion rules. The argument conversion rules as ArgumentConversionRules. The argument conversion rules. Represents the CHAR function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CODE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the CONCATENATE function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the EXACT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the FIND function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Represents the LEFT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Represents the LEN function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the LOWER function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the REPT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Represents the RIGHT function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Represents the SEARCH function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. Functions result as RadExpression. Represents the UPPER function. The name of the function. Gets the name of the function. The name as String. The name. Gets the function info. The function info as FunctionInfo. The function info. Virtual method evaluating the function with System.Object arguments array. The context. Functions result as RadExpression. Represents the input string collection class. Gets a value indicating whether the cell value depends on a spreadsheet name. The name of the contains spreadsheet. Gets a value indicating whether the cell value depends on a sheet name. The is sheet name dependent. Gets a value indicating whether the cell value depends on the workbook name. The is workbook name dependent. Gets a value indicating whether the cell value contains cell references. The is cells name dependent. Gets the count. The count. Gets the at the specified index. Initializes a new instance of the class. Represents the array list separator input string. Represents the array row separator input string. Represents the defined name input string class. Represents the format input string class. Represents the list separator input string. Toes the string. The culture info. Clones this instance. Represents translatable input string class. Represents the possible result values of the parse operation. The method could not parse the value, however, no errors were encountered. The method successfully parsed the value. The method was supposed to parse the value, however, an error was encountered. Represents array expression token. Gets the array. The array. Initializes a new instance of the class. The array. The value. Represents cell reference expression token. Initializes a new instance of the class. Name of the worksheet. Name of the cell. Represents defined name expression token. Initializes a new instance of the class. Name of the worksheet. Name of the variable. Reads the next token from the tokenizer, modifies the token if necessary, and validates the token. The token. The method ignores the peeked tokens and reads tokens from the ExpressionTokenizer until a token of the specified type is reached. Type of the token. Peeks the next token. The next token. Pops the next token. If there are already peeked tokens, the method returns the first element. If there are no peeked tokens, the method reads from the ExpressionTokenizer. The next token. The class provides context for the ExpressionLexer class. It stores information about the tokens already sent to the ExpressionParser and allows the lexer to resolve the ambiguity between the list separator and the union operator. Gets a value indicating whether the current list separator should be treated as a union operator. The is union operator. The class reads tokens from the ExpressionTokenizer, modifies and validates the tokens, and passes them to the ExpressionParser class. The ExpressionLexer is designed to handle ambiguous tokens, insert tokens and merge tokens. The class saves information about the previous tokens in the ExpressionLexerContext. Also, it can peek any number of tokens from the Tokenizer to resolve ambiguity. Unlike the ExpressionTokenizer, which performs simple validation based on the next char, the ExpressionLexer performs validation based on the previous and next tokens. Currently, the lexer solves the following issues: - merges the tokens A1:B1 into a cell reference token, instead of treating this sequence as a range operator (Note that in the expression =A1:B1:C1:D1 the first and last : are not range operators) - resolves ambiguity between list separator and union operator; - resolves ambiguity between whitespace and intersection operator; - distinguishes between unary and binary - and + operators; - inserts missing value token (e.g. =INDEX(A1:C3,,2) is a valid expression); The class reads tokens from the ExpressionLexer class, parses them, and builds an expression tree and an InputStringCollection. The ExpressionParser maps the type of the expression token with a RadExpression. Note that the ExpressionParser does not deal with ambiguous tokens - the ExpressionLexer handles such cases. This collection is resposible for updating the string casing of the user input The class reads chars from the ExpressionTokenReader class and attempts to convert them to tokens. It does not keep track of the preceding tokens and it cannot peek tokens. For this reason, the class cannot handle ambiguities: it cannot determine whether the space should be treated as intersection operator, whether the list separation should be union operator and whether the minus operator is a unary and binary. The class performs validation based only on the next char. For example, if it registers a multiplication operator (*) the following char cannot be binary or postix operator, such as division (/) or percent (%). Provides methods and properties for using RangeExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Abstract class providing methods and properties for using ComparisonOperatorExpression. Gets the type of the operands. The type of the operands as ArgumentType. The type of the operands. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Compares the empty expressions. The left. The right. Boolean result. Compares the string expressions. The left. The right. Boolean result. Compares the number expressions. The left. The right. Boolean result. Compares the boolean expressions. The left. The right. Boolean result. Compares the different type expressions. The left operand value. The right operand value. Boolean result. Abstract class providing methods and properties for all expressions with constant value. Overridable method for getting expression value. The value as RadExpression. Abstract class providing methods and properties for using ConstantExpression with value of type T. The type T of the expression value. Gets the value. The value. The value of type T. Initializes a new instance of the class. The value. Provides methods and properties for using DivisionExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Provides methods and properties for using EmptyExpression. The EmptyExpression. Provides methods and properties for using EqualExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Compares the string expressions. The left. The right. Boolean result. Compares the number expressions. The left. The right. Boolean result. Compares the boolean expressions. The left. The right. Boolean result. Compares the different type expressions. The left operand value. The right operand value. Boolean result. Compares the empty type expressions. The left operand value. The right operand value. Boolean result. Provides methods and properties for using EmptyExpression. Gets the exception. The exception. The exception of the ErrorExpression. Gets the message. The message. The error message. Provides a set of RadSpreadsheet's error expressions. Represents null error error expression. Represents division by zero error expression. Represents value error error expression. Represents name error error expression. Represents reference error error expression. Represents number error error expression. Represents not available error error expression. Represents cyclic reference error expression. Inheritor of System.Exception used when an ExpressionException needs to be thrown. Initializes a new instance of the class. The message. Initializes a new instance of the class. The message. The key. The format string arguments. Initializes a new instance of the class. The message. The inner exception. Initializes a new instance of the class. The message. The inner exception. The key. The format string arguments. Provides extension methods on RadExpression. Gets the NumberValue of a RadExpression. The expression. The number value as double. If the expression is not NumberExpression returns 0. Gets the value of a RadExpression as a constant expression. The expression. The ConstantExpression result. Gets the integer value of a RadExpression. The expression. Thrown when expression is not NumberExpression. The value as integer. Determines whether some character is valid part of and function or cell reference name. The character. True if valid, otherwise false. Converts Boolean value to BooleanExpression. The value. The result as BooleanExpression. Converts CellReferenceRange to CellRange. The cell reference range. The cell range. Describes different states of an RadExpression. Unknown expression state. Invalid expression state. Computing expression state. Valid expression state. Provides methods and properties for using FunctionExpression. Overridable method for getting expression value. The value as RadExpression. Provides methods and properties for using GreaterThanExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Compares the string expressions. The left. The right. Boolean result. Compares the number expressions. The left. The right. Boolean result. Compares the boolean expressions. The left. The right. Boolean result. Compares the different type expressions. The left operand value. The right operand value. Boolean result. Compares the empty expressions. The left. The right. Boolean result. Provides methods and properties for using GreaterThanOrEqualToExpression. Initializes a new instance of the class. The left. The right. Compares the string expressions. The left. The right. Boolean result. Compares the number expressions. The left. The right. Boolean result. Compares the boolean expressions. The left. The right. Boolean result. Compares the different type expressions. The left operand value. The right operand value. Boolean result. Compares the empty expressions. The left. The right. Boolean result. Provides methods and properties for using IntersectionExpression, that calculates the intersections of two CellReferenceRangeExpression instances. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Provides methods and properties for using LessThanExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Compares the string expressions. The left. The right. Boolean result. Compares the number expressions. The left. The right. Boolean result. Compares the boolean expressions. The left. The right. Boolean result. Compares the different type expressions. The left operand value. The right operand value. Boolean result. Compares the empty expressions. The left. The right. Boolean result. Provides methods and properties for using LessThanOrEqualToExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Compares the string expressions. The left. The right. Boolean result. Compares the number expressions. The left. The right. Boolean result. Compares the boolean expressions. The left. The right. Boolean result. Compares the different type expressions. The left operand value. The right operand value. Boolean result. Compares the empty expressions. The left. The right. Boolean result. Provides methods and properties for using MultiplicationExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Represents the not equal expression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Compares the string expressions. The left. The right. Boolean result. Compares the number expressions. The left. The right. Boolean result. Compares the boolean expressions. The left. The right. Boolean result. Compares the different type expressions. The left operand value. The right operand value. Boolean result. Compares the empty type expressions. The left operand value. The right operand value. Boolean result. Provides methods and properties for using NumberBinaryOperatorExpression. Gets the type of the operands. The type of the operands as ArgumentType. The type of the operands. Initializes a new instance of the class. The left. The right. Provides methods and properties for using NumberExpression. The Zero NumberExpression. The One NumberExpression. The PI NumberExpression. The Napier's constant NumberExpression. Gets the integer value. The integer value. The integer value. Initializes a new instance of the class. The value. Describes the associativity of and operator. Left operator associativity. Right operator associativity. Abstract class providing methods and properties for using OperatorExpression. Gets the operator info. The operator info. The operator info as OperatorInfo. Provides properties describing and operator. Gets the symbol. The symbol. The symbol as String. Gets the precedence. The precedence. The precedence as Int32. Gets the associativity. The associativity. The associativity as OperatorAssociativity. Initializes a new instance of the class. The symbol. The precedence. The associativity. Provides a set of OperatorInfo instances in RadSpreadsheet. Represents Range operatior info. Represents Union operatior info. Represents Intersection operatior info. Represents UnaryPlus operatior info. Represents UnaryMinus operatior info. Represents Percent operatior info. Represents Power operatior info. Represents Multiply operatior info. Represents Divide operatior info. Represents Plus operatior info. Represents Minus operatior info. Represents Ampersand operatior info. Represents Equal operatior info. Represents LessThan operatior info. Represents GreaterThan operatior info. Represents LessThanOrEqualTo operatior info. Represents GreaterThanOrEqualTo operatior info. Represents /// Represents Range operatior info. operatior info. Provides methods and properties for using PercentExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The operand as RadExpression. Gets the value of the expression. The operand as double. Value as RadExpression. Provides methods and properties for using PowerExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Abstract class providing basic methods and properties for creating and using expressions in RadSpreadsheet. Gets the value. The value as RadExpression. Gets the value as string. The value as string. Gets the value as string by specified CultureInfo instance. The culture info. The value as string. Returns a that represents the current . A that represents the current . Converts the expression to String by specified CultureInfo instance. The culture info. The expression as string. Overridable method for getting expression value. The value as RadExpression. Invalidates the value. Attaches to children event. The child expressions. Attaches to child event. The child expression. Changes the state of the expression to valid. Changes the state of the passed expression to unknown. Occurs when ExpressionState becomes Invalid. Called when the value is invalidated. Provides methods and properties for using SpreadsheetNameExpression. Overridable method for getting expression value. The value as RadExpression. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Abstract class providing methods and properties for using StringBinaryOperatorExpression. Gets the type of the operands. The type of the operands as ArgumentType. The type of the operands. Initializes a new instance of the class. The left. The right. Provides methods and properties for using StringExpression. The Empty StringExpression. Initializes a new instance of the class. The value. Provides methods and properties for using SubtractionExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Provides methods and properties for using UnaryMinusExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The operand. Gets the value of the expression. The operand as double. Value as RadExpression. Abstract class providing methods and properties for using UnaryOperatorExpression. Gets the operand. The operand. The operand as RadExpression. Gets the argument conversion rules. The argument conversion rules. The argument conversion rules of the operand operation. Initializes a new instance of the class. The operand. Overridable method for getting expression value. The value as RadExpression. Gets the value of the expression. The operand as double. Value as RadExpression. Provides methods and properties for using UnaryPlusExpression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The operand. Gets the value of the expression. The operand as double. Value as RadExpression. Represents the union expression. Gets the operator info. The operator info as OperatorInfo. The operator info. Initializes a new instance of the class. The left. The right. Gets the value. The operands of type T. Value as RadExpression. Provides the base class from which the classes that represent binary workbook format providers are derived. Imports the specified input. The input. The workbook. Exports the specified workbook. The workbook. The result byte array. This class contains the arguments for the CellImported event of the DataTableFormatProvider. Initializes a new instance of the CellImportedEventArgs class. The index of the row in the DataTable containing the cell that the event occurs for. The index of the column in the DataTable containing the cell that the event occurs for. The index of the row in the Worksheet containing the cell that the event occurs for. The index of the column in the Worksheet containing the cell that the event occurs for. The worksheet where the data is imported. Gets the index of the row in the DataTable containing the cell that the event occurs for. Gets the index of the column in the DataTable containing the cell that the event occurs for. Gets the index of the row in the Worksheet containing the cell that the event occurs for. Gets the index of the column in the Worksheet containing the cell that the event occurs for. Gets the worksheet where the data is imported. This class contains the arguments for the ColumnExporting event of the DataTableFormatProvider. Initializes a new instance of the ColumnExportingEventArgs class. The column that is curently beeing exported. The index of the column that is curently beeing exported. Gets the DataColum that is beeing exported. Gets the index of the exported column. Format provider to convert from DataTable to Workbook and vice versa. Gets or sets the import settings. Gets or sets the export settings. Initializes a new instance of the class with no arguments. Converts the passed workbook to a DataTable. The worksheet for export. the converted DataTable Converts the passed DataTable to a new Workbook. The DataTable for import. the converted new Workbook. Adds the data to the worksheet passed as parameter. The DataTable for import. The Worksheet where the data should be added. Add the data to the passed worksheet. The DataTable for import. The worksheet where the data will be added. Provides the export settings for the . This event is fired for each column and allows you to change its properties. Get or sets whether the header row of the worksheet should be exported. Get or sets whether the exporter should try to parse the data types from the spreadsheet. If false only objects will be exported. Get or sets the DataTable culture. By default the culture of the workbook is used. Get or sets the cell range for which the data will be exported. Initializes an instance of the class. This method triggers the event. The currently exported DataColumn The index of the column in the DataTable that the event occurs for. Provides the import settings for the . This event is fired for each cell and allows you to change the cell properties. Get or sets the default format string when importing DateTime columns. Get or sets whether the column headers should be imported. Get or sets the index where the table should start in the . Initializes an instance of the class. This method triggers the event. The index of the row in the DataTable containing the cell that the event occurs for. The index of the column in the DataTable containing the cell that the event occurs for. The index of the row in the Worksheet containing the cell that the event occurs for. The index of the column in the Worksheet containing the cell that the event occurs for. The worksheet where the data is imported. This exception is used for cases where more that one data type is set in the exported DataTable. Initializes a new instance on the class with the appropriate data. The message that describes the error. The expected DataType. The data type of the current cell. The index of the column where the invalid data is. The index of the row where the invalid data is. Gets the data type that is expected for the exported column. Gets the data type that the cell currently contains. Gets the index of the column where the invalid data is. Gets the index of the row where the invalid data is. Describes a cell. Gets or sets the index of the row. The index of the row. Gets or sets the index of the column. The index of the column. Gets or sets the index of the cell. The index of the cell. Gets or sets the cell value. The cell value. Gets or sets the index of the style. The index of the style. Initializes a new instance of the class. Initializes a new instance of the class. Index of the cell. The cell selection. Describes cell property data. Initializes a new instance of the class. Sets the row used range value. Index of the row. The value. Sets the column used range value. Index of the column. The value. Gets the row used range. Index of the row. The row used range. Gets the column used range. Index of the column. The column used range. Gets a value indicating whether the row is empty. Index of the row. True if the row is empty. Gets a value indicating whether the column is empty. Index of the column. True if the column is empty. Gets the used cell range. The used cell range. Describes merged cells. Gets or sets the cell range. The cell range. Initializes a new instance of the class. Initializes a new instance of the class. The cell range. Represents worksheet export context. Gets the worksheet. The worksheet. Gets the value property data information. The value property data information. Initializes a new instance of the class. The worksheet. Gets the non empty cells in row. Index of the row. The result collection containing information about the cells. Provides options describing which part of the document should be exported. Export the active sheet option. Export the entire workbook option. Export only the selected ranges option. Provides properties describing what should be exported from the document. Initializes a new instance of the class. Initializes a new instance of the class. The ExportWhat option. Value indicating whether to ignore print area. Gets what should be exported. The ExportWhat option value. Gets whether to ignore print area. Value indicating whether the print area should be ignored. Gets or sets a value indicating whether the hidden sheets should be included in the exported document. true if the hidden sheets should be included; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . Returns true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents binary workbook format provider. Imports the specified input. The input. The workbook. Exports the specified workbook. The workbook. The result byte array. Represents text based workbook format provider. Imports the specified input. The input. The workbook. Exports the specified workbook. The workbook. The result string. Represents workbook format provider. Gets the name. The name of the provider. Gets the files description. The files description. Gets the supported extensions. The supported extensions. Gets a value indicating whether can import. The value indicating whether can import. Gets a value indicating whether can export. The value indicating whether can export. Imports the specified input. The input. The imported workbook. Exports the specified workbook. The workbook. The output. Provides the base class from which the classes that represent text based workbook format providers are derived. Imports the specified input. The input. The result workbook. Exports the specified workbook. The workbook. The result string. Represents CSV settings. Gets or sets the delimiter symbol. The delimiter symbol. Gets or sets the quote symbol. The quote symbol. Gets or sets the has header row. The has header row. Gets or sets the encoding. The encoding. Gets or Sets a value indicating whether the empty values are exported. True if the empty values are exported; otherwise false. Implements the less operator. The first value. The second value. The result of the operator. Implements the less operator. The first value. The second value. The result of the operator. Determines whether the specified is equal to the current . The object to compare with the current object. true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Disposes the specified clean up managed resources. The clean up managed resources. Represents CSV format provider. Gets the name. The name of the provider. Gets the files description. The files description. Gets the supported extensions. The supported extensions. Gets the settings. The settings. Initializes a new instance of the class. Provides the base class from which the classes that represent delimited values format providers are derived. Gets the settings. The settings. Gets a value indicating whether can import. The value indicating whether can import. Gets a value indicating whether can export. The value indicating whether can export. Gets or sets a value indicating whether the leading empty rows and columns should be trimmed. The value indicating whether the leading empty rows and columns should be trimmed. Initializes a new instance of the class. Imports the specified input. The input. The imported workbook. Exports the specified workbook. The workbook. The output. Represents TXT format provider. Gets the name. The name of the provider. Gets the files description. The files description. Gets the supported extensions. The supported extensions. Gets the settings. The settings. Initializes a new instance of the class. Represents unsupported file format exception. Provides COM objects with version-independent access to the property. The error message that explains the reason for the exception, or an empty string(""). Initializes a new instance of the class. The extension. Provides the base class from which the classes that represent workbook format providers are derived. Gets the name. The name of the provider. Gets the files description. The files description. Gets the supported extensions. The supported extensions. Gets a value indicating whether can import. The value indicating whether can import. Gets a value indicating whether can export. The value indicating whether can export. Imports the specified input. The input. The imported workbook. Imports the specified input. The input. The imported workbook. Exports the specified workbook. The workbook. The output. Exports the specified workbook. The workbook. The output. Represents workbook format providers manager. Gets the application-wide registered format providers. The format providers. Gets the supported file extensions. The supported file extensions. Gets format provider by name. Name of the provider. The format provider. Gets format provider by extension. The extension. The format provider. Registers the format provider. The provider. Unregisters the format provider. The provider. Imports a workbook from stream. The file extension. The input stream. The workbook. Imports a workbook from stream. The file extension. The input stream. The format providers to be used. The workbook. Exports the specified workbook. The workbook. The file extension. The output stream. Exports the specified workbook. The workbook. The file extension. The output stream. The format providers to be used. Defines auxiliary formatting methods. Defines the earliest date the RadSpreadsheet recognizes. Gets or sets the spreadsheet culture helper. Converts a double number to DateTime. The double value. The DateTime instance. Converts a DateTime instance to double. The DateTime instance. The double number. Rounds the minutes of a DateTime instance. The DateTime value. The DateTime instance with rounded minutes. Rounds the milliseconds of a DateTime instance. The DateTime value. The precision. The DateTime instance with rounded milliseconds. Converts a NumberCellValue instance to DateTime. The number cell value. The DateTime instance. Represents the accounting format string builder class. Builds the format string. The currency info. The decimal places. Represents the currency format string builder class. Currencies the with culture format strings handler. The currency info. The decimal places. Builds the format strings. The currency info. The decimal places. Represents the number format string builder class. Builds the format strings. The decimal places. The use thousand separator. Represents the currency format category manager class. Gets the culture info to currency code. The culture info to currency code. Gets the currency infos. The currency infos. Represents the custom format category manager class. Gets the format strings. The format strings. Represents the date time format category manager class. Gets the culture info to date formats. The culture info to date formats. Gets the culture info to time formats. The culture info to time formats. Represents the fraction format category manager class. Gets the fraction type to format string. The fraction type to format string. Represents the special format category manager class. Gets the culture info to format info. The culture info to format info. Represents the cell value format result. Gets the culture. The culture. Gets the foreground. The foreground. Gets the condition. The condition. Gets the infos. The infos. Gets the infos text. The infos text. Gets the visible infos text. The visible infos text. Gets the extended visible infos text. The extended visible infos text. Gets the contains expandable info. The contains expandable info. Initializes a new instance of the class. The infos. The foreground. The condition. The culture. Initializes a new instance of the class. The infos. Represents the cell value format result item. Gets the text. The text. Gets the is transparent. The is transparent. Gets the should expand. The should expand. Gets the apply format. The apply format. Initializes a new instance of the class. The text. The is transparent. The should expand. The apply format. Represents currency info. Represents none currency info. Gets the currency symbol. The currency symbol. Gets the culture. The culture. Gets the symbol. The symbol. Initializes a new instance of the class. The currency symbol. The culture. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents the format string category. General format string category. Number format string category. Currency format string category. Accounting format string category. Date format string category. Time format string category. Percentage format string category. Fraction format string category. Scientific format string category. Text format string category. Special format string category. Custom format string category. Represents the format string category manager class. Belongs to format string category. The format string. The category. Gets the category from format string. The local format string. Tries the get number format string info. The format string. The format string info. Tries the get currency format string info. The format string. The format string info. Tries the get accounting format string info. The format string. The format string info. Tries the get date format string info. The format string. The format string info. Tries the get time format string info. The format string. The format string info. Tries the get percentage format string info. The format string. The format string info. Tries the get scientific format string info. The format string. The format string info. Tries the get special format string info. The format string. The format string info. Represents the format string info class. Gets or sets the type of the format. The type of the format. Gets or sets the category. The category. Defines format string type. Number format string type. DateTime format string type. Text format string type. Defines the fraction denominator type. UpToOneDigit fraction denominator type. UpToTwoDigits fraction denominator type. UpToThreeDigits fraction denominator type. AsHalves fraction denominator type. AsQuarters fraction denominator type. AsEighths fraction denominator type. AsSixteenths fraction denominator type. AsTenths fraction denominator type. AsHundredths fraction denominator type. Represents the accounting format string info class. Gets the decimal places. The decimal places. Gets the currency info. The currency info. Gets the format string. The format string. Initializes a new instance of the class. The decimal places. The currency info. The format string. Represents the currency format string info class. Gets the decimal places. The decimal places. Gets the currency info. The currency info. Gets the format strings. The format strings. Initializes a new instance of the class. The decimal places. The currency info. The format strings. Represents the date format string info class. Gets the culture. The culture. Initializes a new instance of the class. The culture. Represents categorized format string info. Represents the number format string info class. Gets the decimal places. The decimal places. Gets the use thousand separator. The use thousand separator. Initializes a new instance of the class. The decimal places. The use thousand separator. Represents percentage format string info. Gets the decimal places. The decimal places. Initializes a new instance of the class. The decimal places. Represents the scientific format string info class. Gets the decimal places. The decimal places. Initializes a new instance of the class. The decimal places. Represents the special format string info class. Gets the culture. The culture. Initializes a new instance of the class. The culture. Represents the time format string info class. Gets the culture. The culture. Initializes a new instance of the class. The culture. Represents the invalid format string exception. Initializes a new instance of the class. Represents the special format info. Gets the name. The name. Gets the format string. The format string. Initializes a new instance of the class. The name. The format string. Represents a change in a workbook. Gets the name of the command. The name of the command. Represents the history of a workbook. The default depth of the workbook history. Gets a value indicating whether undo can be performed. The value indicating whether undo can be performed. Gets a value indicating whether redo can be performed. The value indicating whether redo can be performed. Gets or sets the depth of the history. The depth of the history. Gets a value indicating whether the history is currently recording an undo group. The value indicating whether the history is currently recording an undo group. Gets or sets a value indicating whether history is enabled. The value indicating whether history is enabled. Gets the workbook. The workbook. Begins the undo group. Ends the undo group. Cancels the undo group. Performs the undo action. The value indicating whether the undo was successfully performed. Performs the redo action. The value indicating whether the redo was successfully performed. Clears the workbook history. Occurs when a record is executing. Called when a record is executing. Occurs when a record has executed. Called when a record is executed. The history action. This parameter is not used and is reserved for future use. Occurs when undo is being executed. Called when undo is being executed. The history action. Occurs when undo has been executed. Called when undo has been executed. The history action. Occurs when redo is being executed. Called when redo is being executed. The history action. Occurs when redo has been executed. Called when redo has been executed. The history action. Occurs when history has been cleared. Called when history has been cleared. Represents an action in the workbook history. Gets or sets the display text. The display text. Gets the changes of the action. The changes. Gets the active sheet. The active sheet. Arguments for the events raised when the workbook history is changed. Gets the history action. The history action. Initializes a new instance of the class. The history action. Arguments for the RecordExecuted event. Gets or sets the record is merged. The merged state. Initializes a new instance of the class. The history action. This parameter is not used and is reserved for future use. Represents a cell layout box. Gets the index of the row. The index of the row. Gets the index of the column. The index of the column. Gets the cell index. The index. Gets the merge state of the cell. The merge state of the cell. Initializes a new instance of the class. Index of the row. Index of the column. The rectangle. The merge. Returns a that represents the current . A that represents the current . Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents a column layout box. Gets the index of the column. The index of the column. Initializes a new instance of the class. Index of the column. The rectangle. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Returns a that represents the current . A that represents the current . Gets the value indicating if the layer supports diagonal borders. The value indicating if the layer supports diagonal borders. Initializes a new instance of the class. Updates the horizontal borders. The update context. Updates the bottom borders in row. Type of the pane. Index of the row. The borders. The update context. The get Y coordinate. Updates the vertical borders. The update context. Updates the right borders in column. Type of the pane. Index of the column. The borders. The update context. The get X coordinate. Updates the diagonal borders. The update context. Computes if the given border have to be shown. The border. True if the border have to be shown. Sets the line properties for border. The line used to show the border. The cell border properties. The update context. Translates and scales the UI elements of the layer. The update context. Gets the name. The name. Updates the UI. The update context. Translates and scales a point. The point. Type of the viewport pane. The update context. The translated and scaled point. Scales the specified size. The size to scale. The update context. The scaled size. Scales the specified point. The point. The update context. The scaled point. Scales the specified value. The value. The update context. Scaled value. Translates the specified point. The point. Type of the viewport pane. The update context. The translated point. Translates the specified rectangle. The rectangle. Type of the viewport pane. The update context. The translated rectangle. Gets the name. The name. Gets the sheet viewport. The sheet viewport. Gets the scale factor. The scale factor. Gets the scale transform. The scale transform. Translates the specified point. The point. Type of the viewport pane. The translated point. Translates the specified rectangle. The rectangle. Type of the viewport pane. The translated rectangle. Gets the name. The name. The name of the grid lines layer. The name of the grid lines outline layer. The name of the cell fill layer. The name of the cell borders layer. The name of the cell values layer. The name of the shapes layer. The name of the notes layer. The name of the comments layer. The name of the row heading margin layer. The name of the column heading margin layer. The name of the header/footer layer. The name of the bars conditional formatting layer. The name of the icons conditional formatting layer. The name of the bars conditional formatting layer. Gets the worksheet layout. The worksheet layout. Gets the worksheet. The worksheet. Gets the current theme. The current theme. Gets the cell index to hyperlink info. The cell index to hyperlink info. Gets the cell index to hyperlink area. The cell index to hyperlink area. Gets the visible row boxes. The visible row boxes. Gets the visible column boxes. The visible column boxes. Gets the layout boxes of the cells which are currently visible. The layout boxes of the cells which are currently visible. Gets the visible pictures. The visible pictures. Initializes the caches. Initializes the cell values. Gets the previous and next non empty and non merged cells. The cell box. The update context. The previous cell box. The next cell box. Initializes the previous and next non empty and non merged cells. Initializes the hyperlinks. Initializes the cell font properties. Initializes the property cache. The type of the T. The property. The cell index to property value. The old cell index to property value. Initializes the cell content sizes. Initializes the cell clippings. Initializes the cell actual bounding rectangle by horizontal alignment. Gets the visible row layout box. Index of the row. The visible row layout box. Gets the visible column layout box. Index of the column. The visible column layout box. Gets the visible cell box. The index. The visible cell box. Gets the visible cell box. Index of the row. Index of the column. The visible cell box. Gets the actual bounding rectangle by content alignment. The cell box. The actual bounding rectangle. Gets the cell clipping. The cell box. The cell clipping rectangle. Gets the size of the cell content. The cell box. The size of the cell content. Gets the indent property value. Index of the cell. The indent. Gets the previous and the next non empty and non merged cells. Index of the cell. The previous cell box. The next cell box. Gets the shape which contains a given point of the layout if there is such. The point. Returns a shape if such is found, otherwise returns null. Provides method for calculating the scale factor that needs to be set to a worksheet in order for it to fit in a specified number of pages when printed or exported to PDF. Calculates the maximum scale factor that can be set to a worksheet in order for it to fit into the number of pages specified in the and . The worksheet. The resulting scale factor. Calculates the maximum scale factor that can be set to a worksheet in order for the specified ranges to fit into the number of pages specified in the and . The worksheet. All the ranges that will be included in the page. The resulting scale factor. Calculates the scaled size of the repeated rows and columns for a specific range. If the ranges top left corner is located above the repeated row or to the left of the repeated columns, the returned size is 0, as the print range will not have a repeated row or column. Represents a layout box element. Gets the position of the box according to the x-axis. The position of the box according to the x-axis. Gets the position of the box according to the y-axis. The position of the box according to the y-axis. Gets the width of the box. The width of the box. Gets the height of the box. The height of the box. Gets or sets the size of the box. The size of the box. Gets the bounding rectangle. The bounding rectangle. Returns a that represents the current . A that represents the current . Represents a layout helper class. Calculates the size of the cell content. The worksheet. Index of the cell. The size of the cell content. Calculates the size of the cell content. The worksheet. Index of the row. Index of the column. The size of the cell content. Calculates the cell layout box. The worksheet. Index of the cell. The cell layout box. Calculates the cell layout box. The worksheet. Index of the row. Index of the column. The cell layout box. Represents the viewport pane class. Gets or sets the rect. The rect. Gets or sets the bounding rect. The bounding rect. Gets or sets the visible range. The visible range. Gets the type of the viewport pane. The type of the viewport pane. Gets the is empty. The is empty. Initializes a new instance of the class. Type of the viewport pane. Initializes a new instance of the class. The rect. Type of the viewport pane. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Defines viewport pane types. Fixed viewport pane type. Horizontal scrollable viewport pane type. Vertical scrollable viewport pane type. Scrollable viewport pane type. Represents a row layout box. Gets the index of the row. The index of the row. Initializes a new instance of the class. Index of the row. The rectangle. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Returns a that represents the current . A that represents the current . Represents the sheet viewport. Gets the width. The width. Gets the height. The height. Gets the viewport panes count. The viewport panes count. Gets the viewport panes. The viewport panes. Gets or sets the with the specified pane. The viewport pane. Gets the viewport pane from viewport point. The view point. The viewport pane. Gets the viewport pane from document point. The document point. The viewport pane. Gets the document point from view point. The view point point. The document point. Gets the view point from document point. The document point. The view point. Translates the specified point. The point. Type of the pane that contains the point. The translated point. Determines whether [contains] [the specified bounding rectangle]. The bounding rectangle. Determines whether the SheetViewport contains the specified point. The point. True if contains the point. Gets the top left point. Determines whetherthe SheetViewport contains the specified column index. Index of the column. True if contains the column index. Determines whether the SheetViewport contains the specified row index. Index of the row. True if contains the row index. Determines whether the SheetViewport contains the specified cell index. Index of the cell. True if contains the cell index. Determines whether the sheet viewport contains the specified row and column index. Index of the row. Index of the column. Gets the cell range containing cell index. Index of the cell. The cell range. Gets the index of the cell range containing cell. Index of the row. Index of the column. Gets the index of the viewport pane containing cell. The index. The viewport pane containing cell. Gets the top most viewport pane containing column index. Index of the column. The viewport pane containing column index. Gets the left most viewport pane containing row index. Index of the row. The viewport pane containing row index. Determines whether the specified is equal to the current . The object to compare with the current object. True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Implements the equals operator. The first value. The second value. The result of the operator. Implements the less operator. The first value. The second value. The result of the operator. Gets or sets the sizes of the repeated rows and/or columns for the specific page. If the worksheet has repeated rows and columns set but this specific page does not (e.g. this is the first page), the size will be 0. Gets or sets the rectangle which denotes the place of the content in the printed page. The content includes the headings and the repeated rows and columns, so their size is included in the size of the PageContentBox. The left and top are determined by the margins of the page and the offset necessary to achieve centering of the page. Gauss-Jordan elimination method to solve Ax = b for x. A real-valued matrix. The real-valued vector. The maximum amount of iterations. The tolerance. Gauss-Jordan elimination method solving the Ax=b inear set of equations. A real-valued matrix. A real-valued vector. http://en.wikipedia.org/wiki/Gauss-Jordan Triangulation of matrix A using LU decomposition on the basis of the Crout algorithm with pivoting. The real-valued matrix. The real-valued vector. Returns the LU Matrix Inverse. Returns the LU decomposition of the given matrix. A matrix. http://en.wikipedia.org/wiki/LU_decomposition Extension methods Return whether the number is zero (in an sense). Calculates the modulus of the complex number in polar form. The modulus of the complex number in polar form. Calculates the angle in radians for the complex number in polar form. The angle in radians for the complex number in polar form. Inverts the sign of the imaginary number part. Inverts the sign of the real number part. Returns whether the number is one (in an sense). Returns whether the number is the imaginary unit. Returns whether either one or both parts of the number is not a number (NaN). Returns whether either one or both parts of the number is infinite (). Returns whether the number is purely real. Returns whether the number is purely real and negative. Returns the conjugate of the number. Gets the squared norm of the number. Returns the (natural) exponent of the given number. Returns the (natural) logarithm of the given number. Returns the given number to a power. Returns the given number to root. The square of the given number. The square root of the given number. The norm of the given number. The squared norm of the difference of the given numbers. Parses the complex number in form of 'a + ib'. If the parsing fails an exception will be thrown. The complex number to parse. The parsed complex number. Mathematical, physical and framework related constants. The epsilon aka infinitesimal; a small value to compare floating numbers. The Catalan number. See http://en.wikipedia.org/wiki/Catalan_number . The Euler constant. See http://en.wikipedia.org/wiki/E_%28mathematical_constant%29 . The Euler-Mascheroni constant. See http://en.wikipedia.org/wiki/Euler_constant . Glaisher-Kinkelin constant. See http://en.wikipedia.org/wiki/Glaisher%E2%80%93Kinkelin_constant . The golden ratio; (1+Sqrt[5])/2. See http://en.wikipedia.org/wiki/Golden_ratio . The inverse of the Euler constant; 1/[e]. The inverse of Pi; 1/[Pi]. The inverse of the square root of twice Pi; 1/Sqrt[2*Pi]. The inverse of the square root of Pi; 1/Sqrt[Pi]. The Khinchin constant. See http://en.wikipedia.org/wiki/Khinchin_constant . 2^(-53) 2^(-1074) The logorithm of E in base 2; log[2](e). The logorithm of 2 in base e; log[e](2). The logorithm of 10 in base e; log[e](10). The logorithm of Pi in base e; log[e](10). The well-know Pi constants. This one has a higher precision than the .Net system one. Pi over 180; Pi/180. Pi over 2; [Pi]/2. Pi over 4; [Pi]/4. The square root of 1/2. The square root of two. The square root of two time Pi; Sqrt[2*Pi]. The square root of 3, divided by two; Sqrt[3]/2. The square root of Pi; Sqrt[Pi]. The speed of light (in vacuum) in [m s^-1]. See http://en.wikipedia.org/wiki/Speed_of_light . The Planck's constant in [J s = m^2 kg s^-1]. See http://en.wikipedia.org/wiki/Planck_constant . The Planck length in [h_bar/(m_p*c_0)]. See http://en.wikipedia.org/wiki/Plancks_length . The Newtonian constant in [m^3 kg^-1 s^-2]. See http://en.wikipedia.org/wiki/Gravitational_Constant . The magnetic permeability (in vacuum) in [kg m s^-2 A^-2]. See http://en.wikipedia.org/wiki/Magnetic_Permeability . The electric permittivity (in vacuum) in [s^4 kg^-1 A^2 m^-3]. See http://en.wikipedia.org/wiki/Electric_Permittivity . Enumeration of supported area units. International acre "uk_acre" U.S. survey/statute acre "us_acre" Square angstrom "ang2" or “ang^2" Are "ar" Square feet "ft2" or "ft^2" Hectare "ha" Square inches "in2" or "in^2" Square light-year "ly2" or "ly^2" Square meters "m2" or "m^2" Morgen "Morgen" Square miles "mi2" or "mi^2" Square nautical miles "Nmi2" or "Nmi^2" Square Pica "Picapt2", "Pica2", "Pica^2" or "Picapt^2" Square yards "yd2" or "yd^2" Returns the actual multiplier value corresponding to the given multiplier prefix. The prefix. Returns the abbreviation corresponding to the given multiplier prefix. The prefix. Returns the multiplier enumeration value corresponding to the given multiplier abbreviation. The abbreviation. Enumeration of supported distance units. "m" "mi" "Nmi" "in" "ft" "yd" "ang" "ell" "ly" "parsec" or "pc" (1/72 inch) "Picapt" or "Pica" (1/6 inch) "pica" U.S survey mile (statute mile) "survey_mi" Enumeration of supported energy units. Joule "J" Erg "e" Thermodynamic calorie "c" IT calorie "cal" Electron volt "eV" or "ev" Horse power per hour "HPh" or "hh" Watt per hour "Wh" or "wh" Foot pound "flb" British thermal unit "BTU" or "btu" Enumeration of supported force units. Newton "N" Dyne "dyn" or "dy" Pound "lbf" Pond "pond" Enumeration of supported time units. Enumeration of supported magnetism units. Tesla "T" Gauss "ga" Enumeration of supported mass units. Gram "g". Slug "sg". Pound mass (avoirdupois) "lbm". Atomic mass unit "u". Ounce mass (avoirdupois) "ozm". Grain 'grain". U.S. (short) undredweight "cwt" or "shweight". Imperial hundredweight "uk_cwt" or "lcwt" or "hweight". Stone "stone". Ton "ton". Imperial ton "uk_ton" or "LTON" or "brton". Enumerates the supported prefix multiplier. No multiplier. Equals: 1E-18; Prefix: "a" Equals: 0.01; Prefix: "c" Equals: 0.1; Prefix: "d" Equals: 10; Prefix: "da" or "e" Equals: 1E+18; Prefix: "E" Equals: 1E-15; Prefix: "f" Equals: 1E+09; Prefix: "G" Equals: 100; Prefix: "h" Equals: 1000; Prefix: "k" Equals: 1E+06; Prefix: "M" Equals: 1E-06; Prefix: "u" Equals: 1E-03; Prefix: "m" Equals: 1E-09; Prefix: "n" Equals: 1E+15; Prefix: "P" Equals: 1E-12; Prefix: "p" Equals: 1E+12; Prefix: "T" Equals: 1E-24; Prefix: "y" Equals: 1E+24; Prefix: "Y" Equals: 1E-21; Prefix: "z" Equals: 1E+21; Prefix: "Z" Equals: 2^10 =1024; Prefix: "ki" Equals: 2^20 = 1048576; Prefix: "Mi" Equals: 2^30 = 1073741824; Prefix: "Gi" Equals: 2^40 = 1099511627776; Prefix: ""Ti" Equals: 2^50 = 1125899906842624; Prefix: ""Pi" Equals: 2^60 = 1152921504606846976; Prefix: "Ei" Equals: 2^70 = 1180591620717411303424; Prefix: "Zi" Equals: 2^80 = 1208925819614629174706176; Prefix: "Yi" Enumeration of supported power units. Horse power "HP" or "h" Pferdestärke "PS" Watt "W" or "w" Enumeration of supported pressure units. Pascal "pa" or "p" Atmosphere "atm" or "at" Millimeters or mercury "mmHg" Pounds per square inch "psi" Torricelli unit "Torr" Enumeration of supported speed units. The admirality knot "admkn" The knot "kn" Meters per hour "m/h" or "m/hr" Meters per second "m/s" or "m/sec" Miles per hour "mph" Enumeration of supported temperature units. Celsius "C" or "cel" Fahrenheit "F" or "fah" Kelvin "K" or "kel" Rankine "Rank" Reaumur "Reau" Enumeration of supported time units. A year "yr" A day "d" or "day" An hour "hr" A minute "mn" or "min" A second "s" or "sec" Enumeration of supported volume units. Teaspoon "tsp" Modern teaspoon "tspm" Tablespoon "tbs" Fluid ounce "oz" Cup "cup" U.S. pint "pt" (or "us_pt") U.K. pint "uk_pt" Quart "qt" Imperial quart (U.K.) "uk_qt" Gallon "gal" Imperial gallon (U.K.) "uk_gal" Liter "l" or "L" ("lt") Cubic angstrom "ang3" or "ang^3" U.S. oil barrel "barrel" U.S. bushel "bushel" Cubic feet "ft3" or "ft^3" Cubic inch "in3" or "in^3" Cubic light-year "ly3" or "ly^3" Cubic meter "m3" or "m^3" Cubic Mile "mi3" or "mi^3" Cubic yard "yd3" or "yd^3" Cubic nautical mile "Nmi3" or "Nmi^3" Cubic Pica "Picapt3", "Picapt^3", "Pica3" or "Pica^3" Gross Registered Ton "GRT" ("regton") Measurement ton (freight ton) "MTON" A list implementation geared towards functional programming. The data type on which the list is based. The empty functional list. Initializes a new instance of the class. The head. The tail (list). Initializes a new instance of the class. The head. Initializes a new instance of the class. The first value. The values. Initializes a new instance of the class. The source. Gets the head of the list. Gets a value indicating whether this instance is empty. true if this instance is empty; otherwise, false. Gets the tail of the list. Prepends the given element to the given list. The element to prepend. The list or tail. Appends the given list. The other. Prepends the specified element. This mimics the '::' operator from F#. The element. Gets the enumerator. Removes the specified element. The element. Returns a that represents this instance. A that represents this instance. This class contains all the Excel engineering functions. Returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments. The value at which to evaluate the function. The order of the Bessel function. If n is not an integer, it is truncated. Returns the Bessel function. The value at which to evaluate the function. The order of the Bessel function. If n is not an integer, it is truncated. Returns the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments. The value at which to evaluate the function. The order of the Bessel function. If n is not an integer, it is truncated. Returns the Bessel function, which is also called the Weber function or the Neumann function. The value at which to evaluate the function. The order of the Bessel function. If n is not an integer, it is truncated. Converts a binary number to decimal. The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Converts a binary number to hexadecimal. The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation. The number of characters to use. If places is omitted, BIN2HEX uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros). Converts a binary number to hexadecimal. The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Converts a binary number to octal. The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation. The number of characters to use. If places is omitted, BIN2OCT uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros). Converts a binary number to octal. The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant bit of number is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Returns a bitwise 'AND' of two numbers. Must be in decimal form and greater than or equal to 0. Must be in decimal form and greater than or equal to 0. Returns a number shifted left by the specified number of bits. Must be an integer greater than or equal to 0. Must be an integer. Returns a bitwise 'OR' of two numbers. Must be in decimal form and greater than or equal to 0. Must be in decimal form and greater than or equal to 0. Returns a number shifted right by the specified number of bits. Must be an integer greater than or equal to 0. Must be an integer. Returns a bitwise 'XOR' of two numbers. Must be greater than or equal to 0. Must be greater than or equal to 0. Converts real and imaginary coefficients into a complex number of the form x + yi or x + yj. The real coefficient of the complex number. The imaginary coefficient of the complex number. The suffix for the imaginary component of the complex number. If omitted, suffix is assumed to be "i". Only 'i' or 'j' is allowed for the imaginary number. Converts a number from one measurement system to another. For example, CONVERT can translate a table of distances in miles to a table of distances in kilometers. The value in from_units to convert. The units for number. The units for the result. . Converts a decimal number to binary. The decimal integer you want to convert. If number is negative, valid place values are ignored and DEC2BIN returns a 10-character (10-bit) binary number in which the most significant bit is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation. If the number should not be less than -512 and not bigger than 511 or if the number of characters to use cannot be less than one or if the number of characters to use cannot be more than ten. Converts a decimal number to binary. The decimal integer you want to convert. If number is negative, valid place values are ignored and DEC2BIN returns a 10-character (10-bit) binary number in which the most significant bit is the sign bit. The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation. The number of characters to use. If places is omitted, DEC2BIN uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros). If the number should not be less than -512 and not bigger than 511 or if the number of characters to use cannot be less than one or if the number of characters to use cannot be more than ten. Converts a decimal number to hexadecimal. The decimal integer you want to convert. If number is negative, places is ignored and DEC2HEX returns a 10-character (40-bit) hexadecimal number in which the most significant bit is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation. The number of characters to use. If places is omitted, DEC2BIN uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros) Converts a decimal number to hexadecimal. The decimal integer you want to convert. If number is negative, places is ignored and DEC2HEX returns a 10-character (40-bit) hexadecimal number in which the most significant bit is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Converts a decimal number to hexadecimal. The decimal integer you want to convert. If number is negative, places is ignored and DEC2HEX returns a 10-character (40-bit) hexadecimal number in which the most significant bit is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation. The number of characters to use. If places is omitted, DEC2HEX uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros). Converts a decimal number to hexadecimal. The decimal integer you want to convert. If number is negative, places is ignored and DEC2HEX returns a 10-character (40-bit) hexadecimal number in which the most significant bit is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Tests whether the value is equal to zero. Returns 1 if number = 0, returns 0 otherwise. A number. Tests whether two values are equal. Returns 1 if number1 = number2; returns 0 otherwise. Use this function to filter a set of values. For example, by summing several DELTA functions you calculate the count of equal pairs. This function is also known as the Kronecker Delta function. A number. A number. Returns the error function integrated between lower_limit and upper_limit. The lower limit of the integration. The upper bound for integrating ERF. If omitted, ERF integrates between zero and lower_limit. Returns the error function integrated between zero and the given upper_limit. The ERF.Precise function of Excel returns a more accurate value but this difference has to be implemented in consumers of this library. This function will return the most precise value possible and is, hence, the ERF.PRECISE engineering function. To get the ERF function just truncate the returned value. The upper_limit. Returns 1 if number ≥ 0; returns 0 (zero) otherwise. The number. Returns 1 if number ≥ step; returns 0 (zero) otherwise. This is sometimes called the Heaviside step function, the Kronecker delta being the derivative of this function within the context of distributions. A number. A step or threshold from which on the result is one. Converts a hexadecimal number to binary. The hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit of number is the sign bit (40th bit from the right). The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation. The number of characters to use. If places is omitted, HEX2BIN uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros). Converts a hexadecimal number to binary. The hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit of number is the sign bit (40th bit from the right). The remaining 9 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Converts a hexadecimal number to decimal. The hexadecimal number you want to convert. Number cannot contain more than 10 characters (40 bits). The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Converts a hexadecimal number to octal. The hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation. The number of characters to use. If places is omitted, HEX2OCT uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros). Converts a hexadecimal number to octal. The hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit of number is the sign bit. The remaining 39 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Returns the absolute value (modulus) of a complex number in x + yi or x + yj text format. A complex number. Ieturns the imaginary coefficient of a complex number in x + yi or x + yj text format. A complex number for which you want the imaginary coefficient. Returns the argument of the polar representation of the specified complex number. The returned angle is in radians. A complex number. Returns the complex conjugate of a complex number in x + yi or x + yj text format. A complex number. Returns the cosine of a complex number in x + yi or x + yj text format. A complex number. Returns the hyperbolic cosine of a complex number in x+yi or x+yj text format. A complex number. Returns the cotangent of a complex number in x+yi or x+yj text format. A complex number. Returns the hyperbolic secant of a complex number in x+yi or x+yj text format. A complex number. Returns the hyperbolic cosecant of a complex number in x+yi or x+yj text format. A complex number. Returns the quotient of two complex numbers. A complex number. A complex number. Returns the exponential of a complex number. A complex number. Returns the natural logarithm of a complex number. A complex number. Returns the base-10 logarithm of a complex number. A complex number. Returns the base-10 logarithm of a complex number. A complex number. Returns a complex number in x + yi or x + yj text format raised to a power. A complex number you want to raise to a power. The power to which you want to raise the complex number. Returns the product of two complex numbers A complex number. A complex number. Returns the real coefficient of a complex number in x + yi or x + yj text format. A complex number. Returns the secant of a complex number in x+yi or x+yj text format. A complex number. Returns the hyperbolic secant of a complex number in x+yi or x+yj text format. A complex number. Returns the sine of a complex number in x + yi or x + yj text format. A complex number. Returns the hyperbolic sine of a complex number in x+yi or x+yj text format. A complex number. Returns the square root of a complex number in x+yi or x+yj text format. A complex number. Returns the difference between two complex numbers A complex number. A complex number. Returns the sum of two complex numbers A complex number. A complex number. Returns the tangent of a complex number in x+yi or x+yj text format. A complex number. Converts an octal number to binary. The octal number you want to convert. Number may not contain more than 10 characters. The most significant bit of number is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation. The number of characters to use. If places is omitted, OCT2BIN uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros). Converts an octal number to binary. The octal number you want to convert. Number may not contain more than 10 characters. The most significant bit of number is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Converts an octal number to decimal. TThe octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The most significant bit of number is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation. Converts an octal number to hexadecimal. The octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The most significant bit of number is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation. The number of characters to use. If places is omitted, OCT2HEX uses the minimum number of characters necessary. Places is useful for padding the return value with leading 0s (zeros). Converts an octal number to hexadecimal. The octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The most significant bit of number is the sign bit. The remaining 29 bits are magnitude bits. Negative numbers are represented using two's-complement notation. A logical value specifying whether to switch to straight-line depreciation when depreciation is greater than the declining balance calculation. Switches to straight-line depreciation when depreciation is greater than the declining balance calculation. Does not switch to straight-line depreciation even when the depreciation is greater than the declining balance calculation. Common financial, actuarial and investment functions. Utilities related to counting days and the diverse convention around it. See for example http://en.wikipedia.org/wiki/Day_count_convention. Defines the common methods of the day counting modules for each . Day count convention for calculating interest accrued on U.S. Treasury bills and other money market instruments. Uses actual number of days in a month and 360 days in a year for calculating interest payments. Each month is treated normally and the year is assumed to be 365 days. "Actual/Actual AFB/FBF Master Agreement" has the DiY equal to 365 (if the calculation period does not contain 29 February) or 366 (if 29 February falls within the Calculation Period or Compounding Period). The 360-day calendar is a method of measuring durations used in financial markets, in computer models, in ancient literature, and in prophetic literary genres. It is based on merging the three major calendar systems into one complex clock, with the 360-day year as the average year of the lunar and the solar: 365.24 (solar) + 354.37(lunar) = 719.61 ÷ 2 = 359.8 days rounded to 360. It is a simplification to a 360-day year, consisting of 12 months of 30 days each. To derive such a calendar from the standard Gregorian calendar, certain days are skipped. Calculational utilities. Aggregates in step of one from start to end using the given collector function. The start. The end. The collector. The seed. The well-know Newton iterator. The underlying function. The argumentx. The count. The required precision. Returns the accrued interest for a security that pays periodic interest. The security's issue date. The security's first interest date. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.. The security's annual coupon rate. The security's par value. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the accrued interest for a security that pays interest at maturity. The security's issue date. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.. The security's annual coupon rate. The security's par value. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the depreciation for each accounting period. This function is provided for the French accounting system. If an asset is purchased in the middle of the accounting period, the prorated depreciation is taken into account. The function is similar to AMORLINC, except that a depreciation coefficient is applied in the calculation depending on the life of the assets. The cost of the asset. The date of the purchase of the asset. The date of the end of the first period. The salvage value at the end of the life of the asset. The period. The rate of depreciation. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the depreciation for each accounting period. This function is provided for the French accounting system. If an asset is purchased in the middle of the accounting period, the prorated depreciation is taken into account. The cost of the asset. The date of the purchase of the asset. The date of the end of the first period. The salvage value at the end of the life of the asset. The period. The rate of depreciation. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the depreciation for each accounting period. This function is provided for the French accounting system. If an asset is purchased in the middle of the accounting period, the prorated depreciation is taken into account. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the number of days from the beginning of a coupon period until its settlement date. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the number of days from the settlement date to the next coupon date. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns a number that represents the next coupon date after the settlement date. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the number of coupons payable between the settlement date and maturity date. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the previous coupon date before the settlement date. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the cumulative interest paid between two periods. The interest rate. The total number of payment periods. The present value. The first period in the calculation. Payment periods are numbered beginning with 1. The last period in the calculation. The timing of the payment: 0: Payment at the end of the period. 1: Payment at the beginning of the period. Returns the cumulative principal paid on a loan between two periods. The interest rate. The total number of payment periods. The present value. The first period in the calculation. Payment periods are numbered beginning with 1. The last period in the calculation. The timing of the payment: 0: Payment at the end of the period. 1: Payment at the beginning of the period. Returns the depreciation of an asset for a specified period by using the fixed-declining balance method. The initial cost of the asset. The value at the end of the depreciation (sometimes called the salvage value of the asset). The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset). The period for which you want to calculate the depreciation. Period must use the same units as life. The number of months in the first year. If month is omitted, it is assumed to be 12. Returns the depreciation of an asset for a specified period using the double-declining balance method. The initial cost of the asset. The value at the end of the depreciation (sometimes called the salvage value of the asset). This should be positive or zero otherwise an exception will be thrown. The number of periods over which the asset is being depreciated. The period for which you want to calculate the depreciation. It's crucial to use for the and the parameters the same unit (years, days... and so on). If not a result will be returned but obviously have an incorrect meaning. Returns the discount rate for a security. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The pr. The security's redemption value per $100 face value. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number. The fractional dollar. The integer to use in the denominator of a fraction. Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction. The decimal dollar. The integer to use in the denominator of a fraction. Returns the Macauley duration for an assumed par value of $100. Duration is defined as the weighted average of the present value of the cash flows and is used as a measure of a bond price's response to changes in yield. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's annual coupon rate. The security's annual yield. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the effective annual interest rate. The nominal interest rate. The number of compounding periods per year. Returns the future value of an investment based on periodic, constant payments and a constant interest rate. Rate is the interest rate per period. Nper is the total number of payment periods in an annuity. Pmt is the payment made each period; it cannot change over the life of the annuity. Typically, pmt contains principal and interest but no other fees or taxes. If pmt is omitted, you must include the pv argument. Pv is the present value, or the lump-sum amount that a series of future payments is worth right now. If pv is omitted, it is assumed to be 0 (zero), and you must include the pmt argument. The due parameter indicates when payments are due. Returns the future value of an initial principal after applying a series of compound interest rates. The present value. An array of interest rates to apply. Returns the interest payment for a given period for an investment based on periodic, constant payments and a constant interest rate. Rate is the interest rate per period. Per is the period for which you want to find the interest and must be in the range 1 to nper Nper   is the total number of payment periods in an annuity. Pv is the present value, or the lump-sum amount that a series of future payments is worth right now. Fv is the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0). The due parameter indicates when payments are due. Returns the internal rate of return for a series of cash flows represented by the numbers in values. These cash flows do not have to be even, as they would be for an annuity. However, the cash flows must occur at regular intervals, such as monthly or annually. The internal rate of return is the interest rate received for an investment consisting of payments (negative values) and income (positive values) that occur at regular periods. Values is an array or a reference to cells that contain numbers for which you want to calculate the internal rate of return. Values must contain at least one positive value and one negative value to calculate the internal rate of return. IRR uses the order of values to interpret the order of cash flows. Be sure to enter your payment and income values in the sequence you want. If an array or reference argument contains text, logical values, or empty cells, those values are ignored. Guess  is a number that you guess is close to the result of IRR. An iterative technique is used for calculating IRR. Starting with guess, IRR cycles through the calculation until the result is accurate within 0.00001 percent. If IRR can't find a result that works after 20 tries, the #NUM! error value is returned. In most cases you do not need to provide guess for the IRR calculation. If guess is omitted, it is assumed to be 0.1 (10 percent). If IRR gives the #NUM! error value, or if the result is not close to what you expected, try again with a different value for guess. Calculates the interest paid during a specific period of an investment. The interest rate for the investment. The period for which you want to find the interest, and must be between 1 and nper. The total number of payment periods for the investment. The present value of the investment. For a loan, pv is the loan amount. Returns the interest rate for a fully invested security. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The amount invested in the security. The amount to be received at maturity. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the Macauley modified duration for a security with an assumed par value of $100. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's annual coupon rate. The security's annual yield. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the modified internal rate of return for a series of periodic cash flows. MIRR considers both the cost of the investment and the interest received on reinvestment of cash. Values is an array or a reference to cells that contain numbers. These numbers represent a series of payments (negative values) and income (positive values) occurring at regular periods. Values must contain at least one positive value and one negative value to calculate the modified internal rate of return. Otherwise, MIRR returns the #DIV/0! error value. If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included. Finance-rate is the interest rate you pay on the money used in the cash flows. Reinvest-rate is the interest rate you receive on the cash flows as you reinvest them. Returns the number of periods for an investment based on periodic, constant payments and a constant interest rate. Rate is the interest rate per period. Pmt is the payment made each period; it cannot change over the life of the annuity. Typically, pmt contains principal and interest but no other fees or taxes. The Pv is the present value, or the lump-sum amount that a series of future payments is worth right now. Fv  is the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0). The due parameter indicates when payments are due. Returns the net present value of an investment by using a discount rate and a series of future payments (negative values) and income (positive values). Rate is the rate of discount over the length of one period. The array of payments equally spaced in time and occurring at the end of a period. Returns the annual nominal interest rate. The effective interest rate. The number of compounding periods per year. Returns the price per $100 face value of a security with an odd first period. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's issue date. The security's first coupon date. The security's interest rate. The security's annual yield. The security's redemption value per $100 face value. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the yield of a security with an odd first period. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's issue date. The security's first coupon date. The security's interest rate. The security's price. The security's redemption value per $100 face value. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the price per $100 face value of a security with an odd last period. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's last coupon date. The security's interest rate. The security's annual yield. The security's redemption value per $100 face value. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the yield of a security with an odd last period. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The last interest. The security's interest rate The security's price. The security's redemption value per $100 face value. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the number of periods required by an investment to reach a specified value. Rate is the interest rate per period. Pv is the present value of the investment. Fv is the desired future value of the investment. Calculates the payment for a loan based on constant payments and a constant interest rate. Rate is the interest rate per period. Nper is the total number of payments for the loan. Pv is the present value, or the total amount that a series of future payments is worth now; also known as the principal. Fv is the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (zero), that is, the future value of a loan is 0. The due parameter indicates when payments are due. Returns the payment on the principal for a given period for an investment based on periodic, constant payments and a constant interest rate. Rate is the interest rate per period. Per is the period for which you want to find the interest and must be in the range 1 to nper Nper   is the total number of payment periods in an annuity. Pv is the present value, or the lump-sum amount that a series of future payments is worth right now. Fv is the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0). The due parameter indicates when payments are due. Returns the present value of an investment. The present value is the total amount that a series of future payments is worth now. For example, when you borrow money, the loan amount is the present value to the lender. Rate is the interest rate per period. For example, if you obtain an automobile loan at a 10 percent annual interest rate and make monthly payments, your interest rate per month is 10%/12, or 0.83%. You would enter 10%/12, or 0.83%, or 0.0083, into the formula as the rate. Nper is the total number of payment periods in an annuity. For example, if you get a four-year car loan and make monthly payments, your loan has 4*12 (or 48) periods. You would enter 48 into the formula for nper. Pmt is the payment made each period and cannot change over the life of the annuity. Typically, pmt includes principal and interest but no other fees or taxes. For example, the monthly payments on a $10,000, four-year car loan at 12 percent are $263.33. You would enter -263.33 into the formula as the pmt. If pmt is omitted, you must include the fv argument. Fv is the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0). For example, if you want to save $50,000 to pay for a special project in 18 years, then $50,000 is the future value. You could then make a conservative guess at an interest rate and determine how much you must save each month. If fv is omitted, you must include the pmt argument. The due parameter indicates when payments are due. Returns the price per $100 face value of a security that pays periodic interest. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's annual coupon rate. The security's annual yield. The security's redemption value per $100 face value. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the price per $100 face value of a discounted security The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's discount rate. The security's redemption value per $100 face value. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the interest rate per period of an annuity. RATE is calculated by iteration and can have zero or more solutions. If the successive results of RATE do not converge to within 0.0000001 after 20 iterations, RATE returns the #NUM! error value. Nper is the total number of payment periods in an annuity. Pmt is the payment made each period and cannot change over the life of the annuity. Typically, pmt includes principal and interest but no other fees or taxes. If pmt is omitted, you must include the fv argument Pv is the present value — the total amount that a series of future payments is worth now. Fv is the future value, or a cash balance you want to attain after the last payment is made. If fv is omitted, it is assumed to be 0 (the future value of a loan, for example, is 0). The due parameter indicates when payments are due. Guess is your guess for what the rate will be. If you omit guess, it is assumed to be 10 percent. If RATE does not converge, try different values for guess. RATE usually converges if guess is between 0 and 1. Returns an equivalent interest rate for the growth of an investment. Nper is the number of periods for the investment. Pv is the present value of the investment. Fv is the future value of the investment. Returns the amount received at maturity for a fully invested security. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The amount invested in the security. The security's discount rate. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the straight-line depreciation of an asset for one period. Cost is the initial cost of the asset. Salvage is the value at the end of the depreciation (sometimes called the salvage value of the asset). Life is the number of periods over which the asset is depreciated (sometimes called the useful life of the asset). Returns the sum-of-years' digits depreciation of an asset for a specified period. Cost is the initial cost of the asset. Salvage is the value at the end of the depreciation (sometimes called the salvage value of the asset). Life is the number of periods over which the asset is depreciated (sometimes called the useful life of the asset). Per is the period and must use the same units as life. Returns the bond-equivalent yield for a Treasury bill. The Treasury bill's settlement date. The security settlement date is the date after the issue date when the Treasury bill is traded to the buyer. The Treasury bill's maturity date. The maturity date is the date when the Treasury bill expires. The Treasury bill's discount rate. Returns the price per $100 face value for a Treasury bill. The Treasury bill's settlement date. The security settlement date is the date after the issue date when the Treasury bill is traded to the buyer. The Treasury bill's maturity date. The maturity date is the date when the Treasury bill expires. The Treasury bill's discount rate. Returns the yield for a Treasury bill. The Treasury bill's settlement date. The security settlement date is the date after the issue date when the Treasury bill is traded to the buyer. The Treasury bill's maturity date. The maturity date is the date when the Treasury bill expires. The Treasury bill's price per $100 face value. Returns the depreciation of an asset for a specified or partial period by using a declining balance method. The initial cost of the asset. The value at the end of the depreciation (sometimes called the salvage value of the asset). This value can be 0. The number of periods over which the asset is depreciated (sometimes called the useful life of the asset). The starting period for which you want to calculate the depreciation. Start_period must use the same units as life. The ending period for which you want to calculate the depreciation. End_period must use the same units as life. The rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method). Change factor if you do not want to use the double-declining balance method. For a description of the double-declining balance method, see . A logical value specifying whether to switch to straight-line depreciation when depreciation is greater than the declining balance calculation: 0: switches to straight-line depreciation when depreciation is greater than the declining balance calculation 1: does not switch to straight-line depreciation even when the depreciation is greater than the declining balance calculation. Returns the depreciation of an asset for a specified or partial period by using a declining balance method. The initial cost of the asset. The value at the end of the depreciation (sometimes called the salvage value of the asset). This value can be 0. The number of periods over which the asset is depreciated (sometimes called the useful life of the asset). The starting period for which you want to calculate the depreciation. Start_period must use the same units as life. The ending period for which you want to calculate the depreciation. End_period must use the same units as life. The rate at which the balance declines. If factor is omitted, it is assumed to be 2 (the double-declining balance method). Change factor if you do not want to use the double-declining balance method. For a description of the double-declining balance method, see . Returns the depreciation of an asset for a specified or partial period by using a declining balance method. The cost. The salvage. The life. The first period in the calculation. Payment periods are numbered beginning with 1. The last period in the calculation. Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic. A series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive value and one negative value. A schedule of payment dates that corresponds to the cash flow payments. The first payment date indicates the beginning of the schedule of payments. All other dates must be later than this date, but they may occur in any order. A number that you guess is close to the result of XIRR. Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic. A series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive value and one negative value. A schedule of payment dates that corresponds to the cash flow payments. The first payment date indicates the beginning of the schedule of payments. All other dates must be later than this date, but they may occur in any order. Returns the net present value for a schedule of cash flows that is not necessarily periodic. TThe discount rate to apply to the cash flows. A series of cash flows that corresponds to a schedule of payments in dates. The first payment is optional and corresponds to a cost or payment that occurs at the beginning of the investment. If the first value is a cost or payment, it must be a negative value. All succeeding payments are discounted based on a 365-day year. The series of values must contain at least one positive value and one negative value. A schedule of payment dates that corresponds to the cash flow payments. The first payment date indicates the beginning of the schedule of payments. All other dates must be later than this date, but they may occur in any order. Returns the yield on a security that pays periodic interest. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's annual coupon rate. The security's price per $100 face value.. The security's redemption value per $100 face value. The number of coupon payments per year: 1: annual payments 2: semi-annual payments 4: quarterly payments. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the annual yield for a discounted security; for example, a Treasury bill. The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's price per $100 face value.. The security's redemption value per $100 face value. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Returns the annual yield of a security that pays interest at maturity.h The security's settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. The security's maturity date. The maturity date is the date when the security expires. The security's issue date. TThe security's interest rate at date of issue. The security's price per $100 face value. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. Calculates the fraction of the year represented by the number of whole days between two dates. Use the YEARFRAC worksheet function to identify the proportion of a whole year's benefits or obligations to assign to a specific term. The start date. The end date. The type of day count basis to use: 0: US (NASD) 30/360 1: Actual/actual 2: Actual/360. 3: Actual/365 4: European 30/360. A collection of utility methods inspired by functional programming techniques in F#. The randomizer. Appends the given list to the current one. The one. The other. Returns whether all the elements are different in the given sequence. The data type contained in the list. The list. Collects elements into a new sequence by applying the given converter to each element. The data type of the list. The data type of the target list. The converter. The list. Concatenates the sequence of sequences into one sequence. The data type of the list. The sequences. Filters the list using a . The data type of the list being filtered. The predicate. The list being filtered. Folds the list. The data type of the domain. The type of the range. The list. The accumulator functional; the first parameter is the current value of the accumulator and the second the current list value. The accumulator's start value. Folds the list and returns the intermediate steps. The data type of the domain. The type of the range. The list. The accumulator functional; the first parameter is the current value of the accumulator and the second the current list value. The accumulator's start value. Applies the action to each element of the sequence. The data type of the list. The source. The action. Applies the action to each element of the sequence. The data type of the list. The source. The action. Compares the two given lists if they have the same item content, not necessarily in the same order. The data type of the list. The list1. The list2. Creates an array and initializes the element through the given functional. The data type of the arry elements. The length. The functional used to initialize the elements. Returns a lazy instance defined by the given functional. The data type of the list. The functional returning the instance for this lazy object. Returns a lazy instance defined by the given value. The data type of the list. The value. Maps the elements of the list to a new list. The type of the source elements. The type of the mapped elements. The list to map. The function applied to the elements of the list. The mapped list. Removes the specified list. The list. The element to remove. The list without the removed element. Reverses the specified sequence. The data type of the list. The source. Returns a random reordering of the given collection. The data type of the enumerable collection. The source collection to be scrambled. The same collection of elements in a different order. Interpolates linearly the specified range. to the specified target. If the range is [0,12] and the target [101,145] with a default subdivision of 100 the value zero will map to (0,101) and 50 to (6,123). The values outside the subdivision range will be clipped to the initial, respectively final value. The range. The target. The subdivision. subdivision Swaps the specified func. The type of the domain1. The type of the domain2. The type of the range. The func. Converts the given enumerable to a . The data type of the list. The range. A lazy construct geared towards functional programming. The data type of the list. Initializes a new instance of the class. The function. Initializes a new instance of the class. The value. Gets the exception which was raised during instantiation, if any. Gets whether the instantiation raised an exception. true if this instance has exception; otherwise, false. Gets a value indicating whether this instance is forced. true if this instance is forced; otherwise, false. Gets the value and induces an instantiation. Forces an instantiation. Unsynchronizeds the force. Implementation of the for a set of common data types. Creates a range of bytes within the given interval. The start. The end. Creates a range of Int16 integers within the given interval. The start. The end. Creates a range of integers within the given interval. Inclusive start of the range. Inclusive end of the range. Creates a range of Int64 integers within the given interval. The start. The end. Returns an array of the range. The data type of the range. The range. Creates a range of doubles within the given interval. The start. The end. Creates a range of doubles starting from a certain and with an amount of step. The start. The step. The amount. amount;The amount should be greater than one. Creates a range of floats within the given interval. The start. The end. Creates a range of decimals within the given interval. The start. The end. Creates a range of chars within the given interval. The start. The end. Creates a range of datetime values within the given interval. The start. The end. Creates a range of values within the given interval using a 'next' functional and a comparison to ensure the end-value can be compared.. The data type of the sequence. The start. The end. The get next. The compare. Creates a range of values within the given interval using a 'next' functional. The data type of the sequence. The start. The end. The get next. Ensures the range. The value. The min. The max. Creates the rectangle. The start point. The end point. Generic range implementation. The data type of the range. Initializes a new instance of the class. The start-element of the range. The end-element of the range. The functional mapping from one element to the next one. The comparison between two items. Initializes a new instance of the class. The start. The end. The get next. Gets the end of the range. Gets the start of the range. Returns whether the given value is in the range. The value. true if the specified value is inside the range; otherwise, false. Gets the enumerator. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Compares the specified one. The first item. The second item. Sequence extensions. Compares the two given lists per item if they are the same. The data type contained in the lists. A sequence. Another sequence. Creates a sequence. The data type of the sequence. The next method. The start value. The method specifying when the end has been reached. Creates a sequence of random dates over the maximum datetime interval. The length of the sequence. Creates a sequence of random integers. The length of the sequence. The minimum value of the random integers. The maximum value of the integers. Creates a sequence of random floating point numbers. The length of the sequence. The minimum value of the random sequence values. The maximum value of the random sequence values. Finds the duplicates in the list of points which leads to loops in the paths. The source. Creates a custom enumerable sequence. The sequence can be infinite in contrast to lists and other similar structures. The data type of the sequence. The get next. The start val. The end reached. Clones the specified list. The list to clone. The cloned list. Copies the content of the given array into the specified list. The type type. The source array. The distination list. Returns a more readable format of the string sequence. The list. The amount of items to present in the output. Returns the variance of the given sequence. A sequence. Returns the standard deviation of the sequence. Creates a sequence using the given function. The data type of the sequence. The function which maps the zero-based enumeration to the type of the sequence. The length of the sequence to generate. count Drops the element at the specified position. For position values this is equivalent to the method. For negative values the -1 position will remove the last elements and so on. The data type of the sequence. The list. The position at which the element has to be removed. Cannot drop at position zero; the sequence is empty. The negative position is beyond the start of the sequence.;position Sums the elements of the two sequences. A sequence of doubles. The length of the sequences are not the same. Special mathematical functions and polynomials. The factorial ln cache size. The factorial precomp size. The factorial precomp. The cache. Returns the binomial coefficient of two integers as a double precision number. A number. A number. http://en.wikipedia.org/wiki/Binomial_coefficient Returns the regularized lower incomplete beta function The regularized incomplete beta function (or regularized beta function for short) is defined in terms of the incomplete beta function and the complete beta function. http://en.wikipedia.org/wiki/Regularized_Beta_function Returns the natural logarithm of the binomial coefficient of n and k. A number A number Evaluates the minimum distance to the next distinguishable number near the argument value. The value. Relative Epsilon (positive double or NaN). Evaluates the Negative epsilon. The more common positive epsilon is equal to two times this negative epsilon. Returns the factorial (n!) of an integer number > 0. Consider using instead. The argument. A value value! for value > 0. http://en.wikipedia.org/wiki/Factorial Returns the natural logarithm of the factorial (n!) for an integer value > 0. The value. A value ln(value!) for value > 0. Returns the natural logarithm of Gamma for a real value > 0. The value. A value ln|Gamma(value))| for value > 0. Returns the gamma function. http://en.wikipedia.org/wiki/Gamma_function Returns the regularized lower incomplete gamma function P(a,x) = 1/Gamma(a) * int(exp(-t)t^(a-1),t=0..x) for real a > 0, x > 0. The a. The x. Note that some packages like Mathematica define the regularized gamma function differently. Returns the square of the given value. The value. Returns the square of the given value. The value. The sine integral function. A number. The cosine integral function. A number. Returns the error function. Returns the complementary or inverse error function. The Laguerres polynomial value for the specified number and order. A number. The order of the Laguerre polynomial. http://en.wikipedia.org/wiki/Laguerre_polynomials The Hermite polynomial value for the specified number and order. A number. The order of the Hermite polynomial. http://en.wikipedia.org/wiki/Hermite_polynomials The Legendre polynomial value for the specified number and order. A number. The order of the Legendre polynomial. http://en.wikipedia.org/wiki/Legendre_polynomials Gets whether the value is double or infinity. Returns whether the given double is not infinite and an actual number (not NaN). The x. True if the value is true number; otherwise, false. Returns the greatest common divisor of two numbers. The first number. The second number. The greatest common divisor. Returns the greatest common divisor of the given numbers. Some numbers. The greatest common divisor. The Bessel function of the first kind. http://en.wikipedia.org/wiki/Bessel_function The argument. The order of the Bessel function. The modified Bessel function of the first kind. http://en.wikipedia.org/wiki/Bessel_function The argument. The order. The modified Bessel function of the second kind. http://en.wikipedia.org/wiki/Bessel_function The argument. The order. The Bessel function of the second kind. http://en.wikipedia.org/wiki/Bessel_function The argument. The order. The spherical Bessel function of the first kind. http://en.wikipedia.org/wiki/Bessel_function The argument. The order. The spherical Bessel function of the second kind. http://en.wikipedia.org/wiki/Bessel_function The argument. The order. Bessel J and Y for fractional order. Bessel I and K for fractional order. Distances to rectangle point. The pt. The rectangle. Dists to rect select. The point X. The rect x1. The rect x2. Distances to rectangle. The pt. The rc. Returns the shortest distance to the Bezier curve. Returns the shortest distance to the polyline. Returns the shortest distance to the polyline. The point. The polyline. The closest segment to point. Distances to line segment. The point. The polyline. The delta. Returns the distance from the given point to the line (segment). Distances to line squared. The p. A. The b. Returns the distance of a point to a segment. If the projection of the point on the segment is outside the segment the distance is the distance to the closest point of the segment. This in effect defines some kind of elliptic neighborhood around the segment. Returns the distance of the point to the origin. The point. Returns the distance of the point to the origin. Returns the distance between the specified points. Returns the squared distance between the given points. Given an interval and a value this will output the value which is closer to the given value. Given an interval and a value this will output the value which is closer to the given value. The value. The first choice. The second choice. The nearest value. The other value. Returns the point of the interval which sits the closest to the given point. The point seeking the closes neighbor. The first point in the interval. The second point in the interval. Returns whether the given value is less than an . A value. true if less than ; otherwise, false. Checks whether two values are close, i.e. the absolute value of their difference is less than . A value. Another value. Determines whether a given value is strictly less than another one in an epsilon sense. A value. Another value. True if the first value is less than the second or only an epsilon apart; otherwise, false. Determines whether a given value is strictly less than another one in an epsilon sense. A value. Another value. True if the first value is less than the second or only an epsilon apart; otherwise, false. Determines whether a given value is less than or equal to another one in an epsilon sense. A value. Another value. True if the first value is less than or equal to the second or only an epsilon apart; otherwise, false. Determines whether a given value is less than or equal to another one in an epsilon sense. A value. Another value. True if the first value is less than or equal to the second or only an epsilon apart; otherwise, false. Determines whether a given value is strictly less than another one and not an epsilon away. A value. Another value. True if the first value is less than the second and not an epsilon apart; otherwise, false. Determines whether a given value is strictly bigger than another one and not an epsilon away. A value. Another value. True if the first value is less than the second and not an epsilon apart; otherwise, false. Determines whether a given value is strictly bigger than another one or an epsilon away. A value. Another value. True if the first value is less than the second or an epsilon apart; otherwise, false. Determines whether the double values are equal up to an epsilon. A double value. Another double value. True If the values are equal; otherwise, false. Determines whether number is as good as zero within the bounds. The value to test. The accuracy or bounds within which the value has to be in order to be considered as zero. true if the specified absolute value is within the accuracy; otherwise, false. Determines whether the two values are different in an epsilon sense. A value. Another value. True if the values are equal up to epsilon; otherwise, false. Geometric intersection and overlap methods. Returns whether the two rectangles intersect. Returns whether the specified rectangle and circle intersect. The rectangle. The center of the circle. The radius of the circle. Returns whether the specified point is inside the ellipse defined by the specified rectangle. Determines whether [is point in rectangle] [the specified point]. The point. The size. true if [is point in rectangle] [the specified point]; otherwise, false. Returns whether the specified rectangle and circle intersect. The rectangle. The center of the circle. The radius of the circle. Returns whether the line (line segments) intersect and returns in the crossingPoint the actual crossing point if they do. The first point of the first line. The second point of the first line. The first point of the second line. The second point of the second line. The crossing point, if any. Returns whether the rectangle and the segment intersect. A rectangle. An endpoint of the segment. The complementary endpoint of the segment. The crossing point, if any. Returns whether the polyline segment intersect the rectangle. A rectangle A polyline. Returns whether the given rectangle intersects the current one. The first rectangle. The queried rectangle which potentially intersects. Checks whether the segments defined by the specified point pairs intersect and returns the intersection point. Finds the intersection point of the lines defined by the point pairs. The intersection point. If acceptNaN is true a double.NaN is returned if they don't intersect. Calculate the intersection point between an ellipse and a line segment. Calculate the intersection point between a polyline and a line segment. Calculates the intersection point between the specified rectangle and the line segment defined by the specified points. Extensions for the Point class. Adds the specified point and vector together. The Vector struct and its operations. A point. A vector. The augmented point. Adds the specified points together. A point. The p2. The augmented point. The Vector struct and its operations. Swaps the values of the two points. A point. Another point. Offsets the specified points. The points. The offset vector. Snaps a point by changing the X and Y coordinates to the closest value dividable by the snapping value. The point. The horizontal snapping value. /// The vertical snapping value. Returns the snapped point. Returns the barycentric coordinates as percentages with respect to the given rectangle. The real point. The rectangle which acts as a barycentric coordinate system. The percentages wrapped in a Point. The right side of the rectangle corresponds to a value of 100. If the position is left of the left side of rectanlge the value will be negative. The complementary method. Given a percentage and a rectangle this will return the coordinates corresponding to the percentages given. A couple of values in percentage, e.g. a value of (50,50) will return the center of the rectangle. The size from which the point will be extracted. The point corresponding to the barycentric coordinates. Given a percentage and a rectangle this will return the coordinates corresponding to the percentages given. A couple of values in percentage, e.g. a value of (50,50) will return the center of the rectangle. The rectangle which acts as the barycentric system. The point corresponding to the barycentric coordinates. Determines whether the given point is horizontally between two points. The interval includes the endpoints. The point. The first point. The second point. true if the X-coordinate is located in the interval of the X-coordinates of the other points; otherwise, false. Determines whether the given point is vertically between two points. The point. The first point. The second point. true if the Y-coordinate is located in the interval of the Y-coordinates of the other points; otherwise, false. Rotatates the specified point with respect to an achor point. The point to rotate. The anchor point of the rotation. The rotation angle. Determines whether another point sits in a delta neighborhood. The point which determines the neighborhood. The point which is tested for being contained in the neighborhood of origin point. The size of the square around the origin point which acts as a neighborhood around the point. true if point is in the neghborhood of origin point; otherwise, false. Attempts to convert the given string to a Point. The string representation of the point. The Point corresponding to the serialized form. Rotates the point. The point. The pivot. The angle. Rotates the points. Converts the point to a string representation. The point. Returns the opposite of point p with respect to specified line. Returns true if for three given points p, u, v one has |p-u| < |p-v|. A point. The second point. The third point. Subtracts the specified p1. The p1. The p2. Mirrors the point with respect to the given center. Returs the middle point between the given points. A point. Another point. Halfway between the two given points. Gets a point from the minimum X and Y values from the specified points. The points. Gets a point from the maximum X and Y values from the specified points. The points. Substracts the specified p1. The p1. The p2. Subtracts the specified p1. The p1. The p2. Determine whether p1 and p2 are on the same side of a line. Determines, given three points, if when travelling from the first to the second to the third, we travel in a counterclockwise direction. 1 if the movement is in a counterclockwise direction, -1 if not. Dots the specified v1. The v1. The v2. Dots the specified p1. The p1. The p2. Determinants the specified p1. The p1. The p2. Calculates the point of the specified line segment which determines the distance from the specified point to the line segment. That is, the perpendicular projection onto the segment. The point outside the segment. The first point defining the segment. The second point defining the segment. Finds the projection (point) of the given point on the line. Rotates the transform. The center. The angle. Linear interpolation between the given points. A point. Another point. A value in the [0,1] interval. At zero the interpolation returns the first point, at one it results in the second point. Normals the specified p1. The p1. The p2. Inverts the point. The point. Nearests the point. The point. The points. Extensions on the structure. Simple RotateTransform. Gets whether the Rect is fully in bounds of the hosting rect. The rect. The hosting rect. Returns true if the rect is fully inside the boudns fo the hosting rect. Determines whether the specified rect is bigger. The rect. The target rect. true if the specified rect is bigger; otherwise, false. Creates a new rectangle from the lefttop and rightbottom coordinates. Rotates the given rectangle with the specified amount with respect to a rotation anchor. The rectangle to rotate. The angle of rotation. The anchor (fixed-point) of the rotation. Returns the top-left point of the rectangle. The current rectangle. Returns the top-right point of the rectangle. The current rectangle. Returns the bottom-right corner of the rectangle. The current rectangle. Returns the bottom-left point of the rectangle. The current rectangle. Centers the left. The rect. Centers the top. The rect. Centers the right. The rect. Centers the bottom. The rect. Returns the center of the specified rectangle. Centers the X. The rect. Centers the Y. The rect. Tops the left. The rect. The angle. The offset vector. Tops the right. The rect. The angle. The offset vector. Bottoms the right. The rect. The angle. The offset vector. Bottoms the left. The rect. The angle. The offset vector. Centers the specified rect. The rect. The angle. The offset vector. Centers the left. The rect. The angle. The offset vector. Centers the top. The rect. The angle. The offset vector. Centers the right. The rect. The angle. The offset vector. Centers the bottom. The rect. The angle. The offset vector. Determines whether [contains] [the specified rect]. The rect. The point. The angle. true if [contains] [the specified rect]; otherwise, false. Returns whether the rectangle intersects the rotated rectangle. The rotation is with respect to the center of the rectangle. A rectangle. The rectangle which will be rotated before being compared for overlap. The angle of the rotation. Returns the size of the rectangle. The rectangle. Performs a rotation of the given point with respect to a point in the rectangle defined by an offset from the center. The new point. The rectangle whose center will be offset and taken as the anchor of the rotation. The rotation angle. The offset vector with respect to the center of the rectangle. Return a rectangle located a (0.0) with the specified size. The s. A rectangle located at the (0.0). Creates a new rectangle based on the middle point rather than the LT origin. The center of the rectangle. The size of the new rectangle. News the rect. The center. The size. Offsets the specified rect. The rect. The offset vector. Offsets the current rectangle with the specified values. The rectangle to offset. The horizontal offset. The vertical offset. Inflates the given rectangle with the specified amount. Inflates the specified rect. The rect. The size. Determines whether [contains] [the specified rectangle]. The rectangle. The p. true if [contains] [the specified rectangle]; otherwise, false. Returns the center point of the specified rectangle. Unions the specified a. A. The b. Inflates the specified rect. The rect. The left. The top. The right. The bottom. Diverse extension method which do not fit in the more specialized extension classes. Tells you whether the given value sits in the specified interval. The value. The lower. The upper. The opposite of the approximation method, this attempts to smoothen out the polyline to a Bezier curve. The polyline. Converts the Cartesian coordinates to polar coordinates. The root point. The other point. The angle. The rho. Polars to cartesian coordinates conversion. The coordinate center. The angle. The polar radius. Clones the specified list. The list to clone. The cloned list. Constrains the specified value to the given interval. The value to constrain. The min. The max. Gets the projected points of the specified point on the given rectangle. Gets the Bezier point at the specified value. The points. The segment. A value in the interval [0,1]. Gets the equal sides of a triange from the Pythagor theorem. The hypotenuse. Gets the hypotenuse according to the Pythagor theorem. The first side. The second side. Determines whether [has valid area] [the specified size]. The size. true if [has valid area] [the specified size]; otherwise, false. Hypotenuses the specified x. The x. The y. Determines whether [is point in rectangle] [the specified pt]. The pt. The rc. true if [is point in rectangle] [the specified pt]; otherwise, false. Determines whether [is in right open interval] [the specified v]. The v. The min. The max. True f [is in right open interval] [the specified v]; otherwise, false. Determines whether [is in closed interval] [the specified v]. The v. The min. The max. True if [is in closed interval] [the specified v]; otherwise, false. Inverts the matrix. The matrix. Moves the given point into the rectangle by taking the rectangle's intervals as limiting values for the point's coordinates. Any point. A rectangle which acts as limiting container. Linear interpolation between the given values. See http://en.wikipedia.org/wiki/Linear_interpolation . A value. Another value. A value in the [0,1] interval. At zero the interpolation returns the first value, at one it results in the second value. Multiplies the given matrices. A matrix. Another matrix. Normalizes the specified angle into the [0, 2Pi] interval. The angle. The normalize. Offsets the point collection. The points. The original points. The offset. Pushes the specified start point onwards in the direction specified by the vector and a length given. The start. The unit vector. The distance to push. Safes the divide. The value1. The value2. The fallback. Shrinks the specified outer bounds. The outer bounds. The left. The top. The right. The bottom. Returns zero within the given interval and +/-1 whether the value is above or below the interval. The argument of the function. The lower value of the interval. The upper value of the interval. Zero, -1 or +1 whether the value is below, resp. inside, resp. above the interval. Returns the of the x,y values of the given point with. respect to the boundaries of the specified rectangle. The point to test. The rectangle which acts as the domain of the stair function. Zero, -1 or +1 whether the coordinate is below, resp. inside, resp. above the boundary of the rectangle. Swaps the values of the two numbers. A value. Another value. Snaps the specified value. The value. The snapping value. Transforms the specified tr. The tr. The r. Transforms the specified m. The m. The r. Transforms the size of the percent to. The rect. The size. Toes the matrix. The transform. Converts the point to a string representation. The size. Converts the double to a string representation. The value. Converts the int to a string representation. The value. Sizes from string. The value. Converts the given value to an enum type. The type of the enumeration. The value. Gets the bezier coefficients, see http://processingjs.nihongoresources.com/bezierinfo/ . The a0. The a1. The a2. The a3. The b0. The b1. The b2. The b3. The u. The s. The z. The x4. The y4. Linear interpolation between the given vectors. A point. Another point. A value in the [0,1] interval. At zero the interpolation returns the first vector, at one it results in the second vector. Returns the mirrored vector with respect to the X-coordinate. The vector to mirror. The mirrored vector. Returns the mirrored vector with respect to the Y-coordinate. The vector to mirror. The mirrored vector. Returns a unit vector in the direction specified by the angle. The angle in degrees. A unit vector. Returns the perpendicular of the specified vector. A vector. Normalizeds the specified vector. The vector. Fills up an array of linear extrapolations on the basis of the given values. The array of values to interpolate. How many items to generate. The step value. Considering the -values as function values of an array of real values, the represents the step between these (functional domain) values. if set to true the resulting array will not continue (extrapolate) the given -array but rather return the actual values of the calculated interpolation. Use the interpolation to get a linear function from which arbitrary functional values can be calculated. Fills up an array of exponential extrapolations on the basis of the given values. if set to true the resulting array will not continue (extrapolate) the given -array but rather return the actual values of the calculated interpolation. The values to inter-expolate. How many items to generate. The step value. Considering the -values as function values of an array of real values, the represents the step between these (functional domain) values. Number theory utility functions for integers. Find out whether the provided 32 bit integer is an even number. The number to very whether it's even. True if and only if it is an even number. Truncates the specified number by dropping its decimals. The number. Find out whether the provided 32 bit integer is an odd number. The number to very whether it's odd. True if and only if it is an odd number. Find out whether the provided 32 bit integer is a perfect power of two. The number to very whether it's a power of two. True if and only if it is a power of two. Find out whether the provided 64 bit integer is a perfect power of two. The number to very whether it's a power of two. True if and only if it is a power of two. Find the closest perfect power of two that is larger or equal to the provided 32 bit integer. The number of which to find the closest upper power of two. A power of two. Raises 2 to the provided integer exponent (0 <= exponent < 31). The exponent to raise 2 up to. 2 ^ exponent. Returns the greatest common divisor of the given list. Returns the greatest common divisor of the given numbers. Returns the least common multiple (lcm) of a set of integers using Euclid's algorithm. Returns the least common multiple of the given numbers. A real-valued matrix. A real-valued vector. Initializes a new instance of the struct. The dimension. Initializes a new instance of the struct. The vector. Gets or sets the with the specified i. The . The entry number. Requested vector index is out of range! Clones this instance. Returns a that represents this instance. A that represents this instance. Trigonometry functions and extensions. Converts degrees to radians. Converts the given value to radians assuming it's a value spefifying degrees. The degrees. Converts the given value to degrees assuming it's a value spefifying radians. The radians. Converts radians to degrees. Returns the sine of the given angle (in radians). Returns the cosine of the given angle (in radians). Returns the tangent of the given angle (in radians). Returns the cotangent of the given angle (in radians). Returns the secant of the given angle (in radians). Sec = 1/Cos. Returns the cosecant of the given angle (in radians). Cosec = 1/Sin. Returns the inverse sine of the given value. The value. The angle in radians. Returns the inverse cosine of the given value. Returns the inverse tangent of the given value. Returns the inverse tangent of the given ratio values. The nominator. The denominator. Returns the inverse cotangent of the given value. Returns the inverse secans of the given value. Returns the inverse cosecans of the given value. Returns the hyperbolic sine of the given value. Returns the hyperbolic cosine of the given value. Returns the hyperbolic tangent of the given value. Returns the hyperbolic cotangent of the given value. Returns the hyperbolic secans of the given value. Returns the hyperbolic cosecans of the given value. Returns the inverse hyperbolic since of the given value. Returns the inverse hyperbolic cosine of the given value. Returns the inverse hyperbolic tangent of the given value. Returns the inverse hyperbolic cotangent of the given value. Returns the inverse hyperbolic cosine of the given value. Returns the inverse hyperbolic cosecans of the given value. Represents the value of a cell which contains a true or false value. Gets the type of the value. The type of the value. Gets the value as string override. The format. Provides methods for creation of DocumentChart object. Creates a DocumentChart with structure based on the passed data. The worksheet containing the chart data. The range containing the chart data. A value indicating whether the series of the chart will refer to vertical or horizontal ranges or it will be determined automatically. The types of chart that will be created. Passing more than one type will create a combo chart. The result DocumentChart object. This method looks for an empty range at the top left part of the range. If the top left cell is empty, it first goes along the top row, to try and find the end of the empty range. If it finds non-empty cell, it concludes that this is the start of the top title range and the left title range starts from the second row below. If the entire first row is empty, it repeats the same along the first column. If the entire first row and first column are empty, the first row and column are considered to be the title ranges. The range will be divided into a data range and "titles" ranges, starting from the bottom right cell and working our way to the top and left. The titles part contain the ranges for the categories and the series titles. Where the data range ends is determined by going along the bottom row in a right-to-left direction and finding the first cell that is considered title cell (that is, non-data). These are cells containing text or dates, in the case when the bottom right cell is not a date. If the bottom right cell contains a date, dates are considered part of the value range. Represents the possible orientation of the series of a chart in a cell range. Denotes automatic orientation. The series direction will be determined according to the data. Denotes the vertical orientation. Denotes the horizontal orientation. Represents workbook formula chart data. This type of chart data holds a formula which refers to the actual data in a workbook. Initializes a new instance of the class. The worksheet the ranges refer to. The ranges that refer to the chart data. Initializes a new instance of the class. The workbook the formula refer to. The formula which refers to the chart data. Gets the workbook that the formula refers to get the chart data. Creates a deep copy of the object. The deep copy of the object. Enumerates the cell ranges that contain the actual chart data. The result cell ranges. Thrown when the formula referring to the data cannot be parsed to cell ranges. Enumerates the cell ranges that contain the actual chart data. Returns a value indicating whether the enumeration was successful. The result cell ranges. The worksheet the cell ranges are located in. A value indicating whether the ranges have been retrieved. Represents a range of columns. Initializes a new instance of the class. The start index of the range. The end index of the range. Initializes a new instance of the class. The index of the range. Determines whether the specified is equal to the current . The to compare with the current . Returns true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents a collection of comments. Initializes a new instance of the class. The worksheet. Gets the type of the shape. Adds a new comment to the collection. Index of the cell assigned to the comment. The author. The text. The date the comment is created. The new comment. Removes the specified comment from the collection. The comment. The value indicating whether the specified comment was found. Gets the comments contained in the specified cell range. The cell range. The collection of contained comments. Represents a shape element of SpreadsheetComment. Defines members for the floating comment classes. Gets the cell index assigned to the comment. Setting it will push the change in the undo stack. The cell index. Gets or sets the text. Setting it will push the change in the undo stack. The text value. Gets or sets the author assigned to the comment. Setting it will push the change in the undo stack. The author. Defines members for the floating comment classes. Gets or sets the cell index assigned to the comment. Setting it will push the change in the undo stack. The cell index. Represents threaded comment interface. Gets the text. The text value. Gets the creation date. The creation date value. Gets the unique id. The unique id value. Gets the author`s id. The author`s id value. Represents a strongly typed list of SpreadsheetCommentReply objects that can be accessed by index and are sorted by Creation date. Provides methods to search, sort, and manipulate lists. Gets or sets the element at the specified index. The element at the specified index. Gets the number of elements actually contained in the ReplySortedCollection. Gets a boolean value indicating whether the field is readonly. Gets the worksheet. The worksheet. Gets the parent comment. The comment. Adds a SpreadsheetCommentReply to the ReplySortedCollection. The collection will be re-sorted by SpreadsheetReply`s CreationDate in ascending order after adding an object. The object to be added to the ReplySortedCollection. Removes the first occurrence of a specific object from the ReplySortedCollection. The object to remove from the ReplySortedCollection. Removes the element at the specified index of the ReplySortedCollection. The zero-based index of the element to remove. Removes all elements from the ReplySortedCollection. Determines whether an element is in the ReplySortedCollection. The object to locate in ReplySortedCollection. true if item is found in the ReplySortedCollection; otherwise, false. Copies the entire ReplySortedCollection to a compatible one-dimensional array, starting at the specified index of the target array. The one-dimensional System.Array that is the destination of the elements copied from ReplySortedCollection. The System.Array must have zero-based indexing. The zero-based index in array at which copying begins. Returns an enumerator that iterates through the ReplySortedCollection. Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReplySortedCollection. The object to locate in the ReplySortedCollection. The value can be null for reference types. The zero-based index of the first occurrence of item within the entire ReplySortedCollection, if found; otherwise, –1 Occurs when the collection is changing. Raises the event. The instance containing the event data. Occurs when the collection has changed. Raises the event. The instance containing the event data. Arguments for the Changed event of the ReplySortedCollection. Gets the change type. The change type. Gets or sets the reply. The reply. Describes the types of change which can be applied to a reply collection. Add reply collection change type. Remove reply collection change type. Arguments for the Changing event of the ReplySortedCollection. Gets the change type. The change type. Gets or sets the reply. The reply. Represents a comment element in the RadSpreadsheet. Gets the type of the shape. Gets or sets the cell index assigned to the comment. Setting it will push the change in the undo stack. The cell index. Gets or sets the text. Setting it will push the change in the undo stack. The text value. Gets or sets the date when the comment is created. Setting it will push the change in the undo stack. Gets or sets the author assigned to the comment. Setting it will push the change in the undo stack. The author. Gets the comment replies. The list is sorted by CreationDate. Gets or sets a value indicating whether the comment is resolved. The value indicating whether the comment is resolved. Adds a new reply to the collection. The author`s name. The text. The date the reply is created. The new reply. Removes the specified reply from the collection. The reply. The value indicating whether the specified reply was found. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Sets the text. The text value. Sets the related cell index. The related cell index value. Sets the author`s name. The author`s name value. Represents a reply element in the CommentCollection. Gets or sets the date when the reply is created. Setting a new date calls a re-sort command by CreationDate in ascending order over the ReplySortedList. Gets or sets the author assigned to the reply. Setting it will push the change in the undo stack. The author. Gets or sets the text. Setting it will push the change in the undo stack. The text value. Gets the comment related to this reply. The text value. Gets the cell index assigned to the parent comment. Setting it will push the change in the undo stack. The cell index. Sets the author`s name. The author`s name value. Represents a note element in the RadSpreadsheet. Initializes a new instance of the class. The worksheet assigned to the note. Index of the cell assigned to the note. Index of the cell where the top left corner of the shape is located. The author of the note. The text content of the note. The shape of the note. Gets the type of the shape. Gets or sets the cell index assigned to the comment. Setting it will push the change in the undo stack. The cell index. Gets or sets the author assigned to the note. Setting it will push the change in the undo stack. The author. Gets or sets the text. Setting it will push the change in the undo stack. The text value. Gets or sets a value indicating whether this is visible. Setting it will push the change in the undo stack. true if visible; otherwise, false. Gets or sets a value indicating whether this moves with its underlying cells. Setting it will push the change in the undo stack. true if move with cells; otherwise, false. Gets or sets a value indicating whether this resizes with its underlying cells. Setting it will push the change in the undo stack. true if resize with cells; otherwise, false. Gets or sets the alternate text. Setting it will push the change in the undo stack. The alternate text value. Gets a value indicating whether this is a comment-related fallback note. true if visible; otherwise, false. Gets or sets a value indicating whether this comment-related fallback `s text is custom modified. true if text is modified; otherwise, false. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Sets the text. The text value. Sets the related cell index. The related cell index value. Sets the author`s name. The author`s name value. Represents a shape element of SpreadsheetNote. Initializes a new instance of the class. Initializes a new instance of the class. Represents a collection of notes. Initializes a new instance of the class. The worksheet. Gets the type of the shape. Adds a new note to the collection with a default topLeftCellIndex. Index of the cell assigned to the note. The author. The text. The new note. Adds a new note to the collection. Index of the cell assigned to the note. Index of the cell where the top left corner of the note is visualized. The author. The text. The new note. Hides the specified note from the collection. The note. Shows the specified note from the collection. The note. Hides all notes in the collection. Shows all notes in the collection. Converts all notes in the collection to . Gets the notes contained in the specified cell range. The cell range. The collection of contained notes. Occurs when the visibility of all notes has been changed in the same time. Called when [changed]. Represents the base class for defining conditional formatting. Initializes a new instance of the class. Gets the current conditional formatting rule. Gets the worksheet element associated with this formatting instance. Get the current cell ranges to which the formatting is applied. Update the rule of an existing conditional formatting element. The new rule that is applied. Get a value that indicates the formatting status in accordance to the cell value. The index on which the formatting is applied. Represents the list of appled condtional formattings over a certain cell range. Gets the cell range. Gets the applied formattings. Represents a conditional formatting and its result over a certain range. Gets the conditional formatting. Gets the conditional formatting result. Gets a value that indicates whether the given result should be applied. CFs that are not dxf based are always applied. TODO: Remove Represents different setting for data bar direction. Direction according to the context. Left to right direction. Right to left direction. Represents different setting for axis position. Display on a valriable position dependning on negative values. Positive and negative values are displayed in the same direction. Axis is displayed in the middle of the cell. Represents an incremental formatting type that incrementally adds new values to an existing formatting. Gets or sets the left border. Gets or sets the left border. Gets or sets the top border. Gets or sets the right border. Gets or sets the bottom border. Gets or sets the diagonal up border. Gets or sets the diagonal down border. Gets or sets the fill. Gets or sets the font family. Gets or sets the font size. Gets or sets a value that indicates whether the text is bold. Gets or sets a value that indicates whether the text is italic. Gets or sets the underline type. Gets or sets the forecolor Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents an icon definition specified by its parent preset and its index in the preset. Initializes a new instance of the class. Gets or set the underlying index. Gets or sets the IconSet in which the icon belongs to. Returns a boolean indicating if the passed in object obj is Equal to this. Equality is defined as object equality for reference types and bitwise equality for value types using a loader trick to replace Equals with EqualsValue for value types). GetHashCode is intended to serve as a hash function for this object. Based on the contents of the object, the hash function will return a suitable value with a relatively random distribution over the various inputs. The default implementation returns the sync block index for this instance. Calling it on the same object multiple times will return the same value, so it will technically meet the needs of a hash function, but it's less than ideal. Objects (especially value classes) should override this method. Represets sets of predefined icons. ThreeTrafficLightsUnrimmed. ThreeArrowsGrayed. FourArrowsGrayed. FiveArrowsGrayed. ThreeArrowsColored. FourArrowsColored. FiveArrowsColored. ThreeTriangles. ThreeTrafficLightsRimmed. ThreeSigns. FourTrafficLights. RedToBlack. ThreeSymbolsUnrimmed. ThreeSymbolsRimmed. ThreeFlags. ThreeStars. FourRatings. FiveRatings. FiveBoxes. FiveQuarters. Represents the base type for a conditional formatting rule that supports differential formatting. Gets or sets the differential formatting associated with the current rule. Gets a value that indicates whether the rule resolution should stop if the current rule is successful.state Represents the base type for conditional formatting rule. Keep these for compatibility reasons with Excel. Represents an auto-succeed during rule reolution. Does not serve any purpose 1d Represents an auto-fail during rule reolution. Does not serve any purpose 0d Swaps the priority of the current rule and the given one. Represets the rule's main resolve method. The cell value that is resolved by the rule Resolves the rule in the context of the given value. current cell value the column index the row index 0 if the rules fails. A positive number (most often 1), if it succeeds Initializes a new instance of the class. Initializes a new instance of the class. Gets or sets a value that represents the occurrence period. Describes the occurrence time period of a conditional formatting rule. Today. Yesterday. Tomorrow. Last 7 Days. This Month. Next Month. Last Month. This Week. Next Week. Last Week. Represents a range rule that applies different color value to a cell, in accordance to its distance from given Max and Min value. Initializes a new instance of the class. Gets an object that describes the range rules and values. Represents a range rule that visually applies to the cell in accordance to their distance from Max and Min values. Initializes a new instance of the class. Gets or sets the minimum length of the uderlying data bar. The minimum length represented as a percentage of the cell length. Gets or sets the maximum length of the uderlying data bar. The maximum length represented as a percentage of the cell length. Gets or sets the fill color of the data bar. Gets or sets the border color of the data bar. Gets or sets the fill color of the data bar for negative values. Gets or sets a value that indicates whether a gradient fill should be generated (FillColor to White). Gets or sets the border color of the data bar for negative values. Gets or sets a value that indicates whether cell values should be rendered. Gets or sets the color of the ordinate axis. Gets or sets the current axis position. Gets or sets the current data bar direction. Gets or sets a value that indicates whether data bar borders should be visible. Gets or sets a value that indicates whether the cell values should be visible, or only the bars should be visible. Gets an object that describes the range rules and values. Represents a range rule that deparates values into different value classes defined by a set of constraints. Initializes a new instance of the class. Initializes a new instance of the class. Gets or sets a value that indicates whether cell values should be rendered. Gets an object that describes the range thresholds and the set of used icons. Gets a value that indicates whether the chose icon set is reversed. Gets or sets a value that indicates whether the cells' values should be visible. Represents a rule that determines whether a given value is between two other argument values. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a rule that determines whether a given value is equal to another argument value. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a rule that indicates whether a value is greater or equal to a given argument. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a pair of given comparable values. The cell value The argument value Represents a rule that indicates whether a value is greater than a given argument. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a pair of given comparable values. The cell value The argument value Represents a rule that indicates whether a value is less than or equal to a given argument. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a pair of given comparable values. The cell value The argument value Represents a rule that indicates whether a value is less than a given argument. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a pair of given comparable values. The cell value The argument value Represents a rule that determines whether a given value is not between two other argument values. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a rule that determines whether a given value is not equal to another argument value. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a basic class for rules wtih a single arguments. Support both absolute values and formula values. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a pair of given cell values. Resolves the rule in regards to a given cell value. The cell value Resolves the rule in regards to a given cell value. The cell value Represents a rule that determines whether a given value contains an error value. Initializes a new instance of the class. Initializes a new instance of the class. Represents a rule that determines whether a given value does not contain an error value. Initializes a new instance of the class. Initializes a new instance of the class. Represents a rule that determines whether a given value satisfies a given formula. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given index. Represents a rule that checks whether a cell text value begins with a specified text value. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a rule that indicates whether a given value is a blank. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a rule that indicates whether a given value contains a text argument. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a rule which determines whether a given vlaue ends with a given text argument. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a rule that indicates whether a given value is not a blank. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a rule that indicates whether a given value does not contain a text argument. Initializes a new instance of the class. Initializes a new instance of the class. Resolves the rule in regards to a given cell value. The cell value Represents a rule that determines a rank of smallest values in a given range. Initializes a new instance of the class. Initializes a new instance of the class. Gets or sets the count of taken values. Gets or sets the type of conditional formatting unit. Represents a conditional formatting value unit. Percentage A number of items. Represents a rule which determines whether a given vlaue is duplicate in the rule's range. Initializes a new instance of the class. Initializes a new instance of the class. Represents a rule that determines a rank of largest values in a given range. Initializes a new instance of the class. Initializes a new instance of the class. Gets or sets the count of taken values. Gets or sets the type of conditional formatting unit. Represents a rule which determines whether a given value is unique in the rule's range. Initializes a new instance of the class. Initializes a new instance of the class. Represents various option for value distribution. Above the average value in range. Above or equals to the average value in range. Below the average value in range. Below or equals to the average value in range. Represents a rule that describes value distribution within a range. Initializes a new instance of the class. Initializes a new instance of the class. Represents a basic class for rules with two arguments. Support both absolute values and formula values. Gets the resolved first argument. Gets the resolved second argument. Represents a basic class for rules wtih a single argument. Support both absolute values and formula values. Initializes a new instance of the class. Initializes a new instance of the class. Gets the argument value. Represents a base class for rules that are applied equally on Represents a value that is automatically determined depending on its current context. Gets the value type. Represents a value that is automatically determined depending on its current context. Gets the value type. Represents a basic class with a predicate formula. Initializes a new instance of the class. Gets the value type. Gets the formula. Represents an absolute size value, whoch can be represented by a number. Gets the currently assigned value. Represents a variable the can be assigned to RangeValue rules. Gets the type of the variable. Represents the highest value in the applied range. Gets the type of the variable. Represents the lowest value in the applied range. Gets the type of the variable. Represets a simple numeric value. Initializes a new instance of the class. Gets the type of the variable. Gets the value of the variable. Represets a numeric value that takes values up to a certain percentile of the range. Initializes a new instance of the class. Gets the type of the variable. Gets the value of the variable. Represets a percentage numeric value. Initializes a new instance of the class. Gets the type of the variable. Gets the value of the variable. Represents a value context for color scale condtional formatting. Gets or sets the color associated with the minimum value. Gets or sets the color associated with the maximum value. Gets or sets the minimum value. Gets or sets the maximum value. Represents a value context for a data bar. Gets or sets the minimum value of the data bar range. Gets or sets the maximum value of the data bar range. Represents an icon set range, described by a value and a threshold operator. Gets or sets the threshold operator. Gets or sets the threshold value. Represents a rule that distributes values according to five value ranges. Initializes an instance of class. Initializes an instance of class. The first range. The icon that is associated with the first range. The second range. The icon that is associated with the second range. The third range. The icon that is associated with the third range. The fourth range. The icon that is associated with the fourth range. The icon that is associated with the fift range. Gets or sets the icon that is associated with the first range. Gets or sets the icon that is associated with the second range. Gets or sets the icon that is associated with the thirs range. Gets or sets the icon that is associated with the fourth range. Gets or sets the icon that is associated with the fifth range. Gets or sets the first range. Gets or sets the second range. Gets or sets the third range. Gets or sets the fourth range. Gets the fifth range. Represents a rule that distributes values according to four value ranges. Initializes an instance of class. Initializes an instance of class. The first range. The icon that is associated with the first range. The second range. The icon that is associated with the second range. The third range. The icon that is associated with the third range. The icon that is associated with the fourth range. Gets or sets the icon that is associated with the first range. Gets or sets the icon that is associated with the second range. Gets or sets the icon that is associated with the third range. Gets or sets the icon that is associated with the fourth range. Gets or sets the first range. Gets or sets the second range. Gets or sets the third range. Gets the fourth range. Represents a rule that distributes values according to value ranges. Represents a value context for color scale with three fixed colors. Initializes an instance of class. Initializes an instance of class. The minimum value. The color associated with the minimum value. The midpoint value. The color associated with the midpoint value. The maximum value. The color associated with the maximum value. Gets or sets the color associated with the midpoint value. Gets or sets the midpoint value. Represents a rule that distributes values according to three value ranges. Initializes an instance of class. Initializes an instance of class. The first range. The icon that is associated with the first range. The second range. The icon that is associated with the second range. The icon that is associated with the third range. Gets or sets the icon that is associated with the first range. Gets or sets the icon that is associated with the second range. Gets or sets the icon that is associated with the third range. Gets or sets the first range. Gets or sets the second range. Gets or sets the third range. Represents a set of comparison operators. Greater than operator. Greater that or equal to operator. Less that operator. Less that or equal to operator. Represents a value context for color scale with two fixed colors. Initializes an instance of class. Initializes an instance of class. The minimum value. The color associated with the minimum value. The maximum value. The color associated with the maximum value. Represents the separate option for value types in RangeValue rules. Numeric floating-point type. A formula Percentage Value described by the Xth percentile of the given range. Highest value. Lowest value. A value that is automatically determined depending on its current context. A value that is automatically determined depending on its current context. Represents the string type. Represents the print titles, a set of rows and columns to be repeated at the top and left side of each printed page. Gets or sets the columns to be repeated at the left side of each printed page. The range has to be continuous and cover an entire column or columns. Gets or sets the rows to be repeated at the top of each printed page. The range has to be continuous and cover an entire row or rows. Gets the value indicating whether there are print titles set. Gets the collection of the repeated rows and columns of the printed titles. Translates the ranges of the print titles when a change has been made in the worksheet which affects the ranges. The range which was part of the print titles before the change. The range which resulted after the change. The section content of headers and footers. Gets or sets the text content. The text content. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents errors that occur during printing. Initializes a new instance of the class. Initializes a new instance of the class. The message. Initializes a new instance of the class. The message. The key. Initializes a new instance of the class. The message. The inner exception. Initializes a new instance of the class. The message. The inner exception. The key. Represents a collection of page breaks. Gets the horizontal page breaks. The horizontal page breaks. Gets the vertical page breaks. The vertical page breaks. Tries to insert page breaks. Index of the row. Index of the column. True if succeeded. Tries to insert horizontal page break. Index of the row. Index of the column. True if succeeded. Tries to insert vertical page break. Index of the row. Index of the column. True if succeeded. Tries to remove page breaks. Index of the row. Index of the column. True if succeeded. Tries to remove horizontal page break. Index of the row. Index of the column. True if succeeded. Tries to remove vertical page break. Index of the row. Index of the column. True if succeeded. Clears this instance. Represents a print area. Gets the ranges to print. The ranges to print. Gets the value indicating whether there are print ranges. The value indicating whether there are print ranges. Sets the print area. The range. Sets the print area. The ranges. Tries to add to print area. The range. Tries to add to print area. The ranges. Determines whether the specified range can be added. The range. The value indicating wheter the specified range can be added. Determines whether the specified ranges can be added. The ranges. The value indicating wheter the specified ranges can be added. Clears this instance. Inserts the specified index. The index. The range. Removes the cell range at. The index. Called before translation. The old and new translated ranges positions. The range to insert or remove. Type of the shift. Called after translation. The old and new translated ranges positions. The range to insert or remove. Type of the shift. Represents a base class for sheet page setup. Gets or sets the type of the paper. The type of the paper. Gets or sets the page orientation. The page orientation. Gets the size of the page. The size of the page. Gets or sets the margins. The margins. Gets the header footer settings. The header footer settings. Invalidates the sheet layout. Suspends the sheet layout update. Resumes the sheet layout update. Represents worksheet page setup. Gets or sets the page order. The page order. Gets or sets the value indicating whether the print content should be centered horizontally. The value indicating whether the print content should be centered horizontally. Gets or sets the value indicating whether the print content should be centered vertically. The value indicating whether the print content should be centered vertically. Gets the print area. The print area. Gets the page breaks. The page breaks. Gets or sets the scale factor. The scale factor. Gets or sets the number of pages tall the worksheet will be scaled to when it's printed. Gets or sets the number of pages wide the worksheet will be scaled to when it's printed. Gets or sets the value indicating whether the worksheet will be scaled according to a number of pages. If true, the worksheet will be scaled according to the FitToPagesWide and FitToPagesTall values. If false, it will be scaled according to the ScaleFactor value. Gets the print options. The print options. Gets the print titles of the worksheet. This object allows for rows and columns to be set, which will be repeated on every printed page. Represents the worksheet print options. Gets or sets the value indicating whether to print gridlines. The value indicating whether to print gridlines. Gets or sets the value indicating whether to print the row and column headings. The value indicating whether to print the row and column headings. Represents the content of a header or a footer. Gets the left section of the header. This section has horizontal alignment left. The left section. Gets the center section of the header. This section has horizontal alignment center. The center section. Gets the right section of the header. This section has horizontal alignment right. The right section. Gets a value indicating whether the length of total content text is valid. The maximum characters allowed for exporting HeaderFooterContent is 255. Value indicating whether the length of the content is valid. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . The setting describing the headers and footers presentation. Gets or sets value indicating whether there should be different headers and footers for odd and even pages. The value indicating whether there should be different headers and footers for odd and even pages. Gets or sets value indicating whether there should be different headers and footers on the first page. The value indicating whether there should be different headers and footers on the first page. Gets or sets value indicating whether headers and footers should scale using the document content scale factor. The value indicating whether headers and footers should scale using the document content scale factor. Gets or sets value indicating whether headers and footers should be aligned with the page margins. The value indicating whether headers and footers should be aligned with the page margins. Gets the header content. When DifferentOddAndEvenPages is true this content is used for the odd pages. Otherwise it is used for both even and odd pages. The header content. Gets the footer content. When DifferentOddAndEvenPages is true this content is used for the odd pages. Otherwise it is used for both even and odd pages. The footer content. Gets the first header content. This content is used for the first page when DifferentFirstPage property is set to true. The first header content. Gets the first footer content. This content is used for the first page when DifferentFirstPage property is set to true. The first footer content. Gets the even header content. This content is used for the even pages when DifferentOddAndEvenPages property is set to true. The even header content. Gets the even footer content. This content is used for the even pages when DifferentOddAndEvenPages property is set to true. The even footer content. Represents a single page break. Gets the index. The index. Gets the type. The type. Gets the starting index. The starting index. Gets the ending index. The ending index. Returns a that represents the current . A that represents the current . Represents the page breaks types. Horizontal page break type. Vertical page break type. Represents a collection of page margins. The normal margins. The wide margins. The narrow margins. Gets the left margin. The left margin. Gets the bottom margin. The bottom margin. Gets the right margin. The right margin. Gets the top margin. The top margin. Gets or sets the header margin. The header margin. Gets or sets the footer margin. The footer margin. Initializes a new instance of the class. Initializes a new instance of the class. The left and the right margin. The top and the bottom margin. Initializes a new instance of the class. The left margin. The top margin. The right margin. The bottom margin. Initializes a new instance of the class. All margins. Initializes a new instance of the class. The left and right margins. The top and bottom margins. The header and footer margins. Initializes a new instance of the class. The left margin. The top margin. The right margin. The bottom margin. The header margin. The footer margin. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents the page order options. Down then over page order. Over then down page order. Represents a base class for page setup. The type of the T. Gets the print options. The print options. Initializes a new instance of the class. The sheet. Represents a base class for sheet print options. Represents a base for the row and column range classes. /// Initializes a new instance of the class. The start index of the range. The end index of the range. Initializes a new instance of the class. The index of the range. The start of the range. The end of the range. Serves as a hash function for a particular type. A hash code for the current . Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Represents a range of rows. Initializes a new instance of the class. The start index of the range. The end index of the range. Initializes a new instance of the class. The index of the range. Represents a floating shape class that supports positioning and resizing. Initializes a new instance of the class. The worksheet assigned to the floating resizable shape. The shape assigned to the floating resizable shape. The cell index where the top left corner of the floating resizable shape is positioned. The left offset of the top left corner of the floating resizable shape relative to the top left corner of the cell index. The top offset of the top left corner of the floating resizable shape relative to the top left corner of the cell index. Gets or sets the cell index where the top left corner of the shape is positioned. The cell index where the top left corner of the shape is positioned. Gets or sets the left offset of the top left corner of the shape relative to the top left corner of the cell index. The left offset. Gets or sets the top offset of the top left corner of the shape relative to the top left corner of the cell index. The top offset. Gets or sets the width of the shape. The width of the shape. Gets or sets the height of the shape. The height of the shape. Represents a floating shape class that supports scaling and rotation transformations. Initializes a new instance of the class. The worksheet assigned to the floating transformable shape. The shape assigned to the floating transformable shape. The cell index where the top left corner of the floating transformable shape is positioned. The left offset of the top left corner of the floating transformable shape relative to the top left corner of the cell index. The top offset of the top left corner of the floating transformable shape relative to the top left corner of the cell index. Gets or sets the rotation angle of the shape. The rotation angle of the shape. Sets the rotation angle. The rotation angle. A value indicating whether the top cell index and offset of the image should be adjusted. Gets or sets the value indicating whether the shape is horizontally flipped. The value indicating whether the shape is horizontally flipped. Gets or sets the value indicating whether the shape is vertically flipped. The value indicating whether the shape is vertically flipped. Adjusts the CellIndex and the offset when the shape is rotated and then resized in order for the visual top left corner to remain in place. Validates the size in order for the image not to go out of the worksheet. When the rotation angle of a shape is in the ranges 45 - 135 and 225 - 315, the cell index changes to the cell index where the top left point of the shape is located when it is rotated at 90 degrees. This method ensures the cell index is adjusted when the rotation is changed. Arguments for the Changed event of the Shapes Collection. Gets the change type. The change type. Gets or sets the shape. The shape. Describes the types of change which can be applied to a shape collection. Add shape collection change type. Remove shape collection change type. Clear all shapes change type. Arguments for the Changing event of the Shapes Collection. Gets the change type. The change type. Gets or sets the shape. The shape. Represents a shape which can contain a chart. Gets the type of the shape. Gets or sets the chart contained in the shape. Initializes a new instance of the class. The worksheet that the shape is associated with. The cell index where the top left corner of the shape is positioned. The range containing the chart data. The types of chart that will be created. Passing more than one type will create a combo chart. Initializes a new instance of the class. The worksheet that the shape is associated with. The cell index where the top left corner of the shape is positioned. The range containing the chart data. A value indicating whether the series of the chart will refer to vertical or horizontal ranges or the direction will be determined automatically. The types of chart that will be created. Passing more than one type will create a combo chart. Gets the outline of the shape. Gets or sets the fill of the shape. Represents a picture element in the RadSpreadsheet. Gets the type of the shape. Gets or sets the image source. The image source. Gets or sets a value indicating whether to resize relative to the original size. The prefer relative to original resize. Initializes a new instance of the class. The worksheet assigned to the image. The cell index where the top left corner of the shape is positioned. The left offset of the top left corner of the shape relative to the top left corner of the cell index. The top offset of the top left corner of the shape relative to the top left corner of the cell index. Represents the possible types of the shapes contained in the worksheet. Denotes the image type of shape. Denotes the shape which can contain a chart. Denotes the note type of shape. Denotes the comment type of shape. Represents the collection containing the shapes included in the sheet. Represents the offset between the pictures when they are inserted through the InsertPicture command. Gets the count of the shapes. The count of the shapes. Gets the worksheet. The worksheet. Initializes a new instance of the class. The worksheet. Adds the specified shape to the collection. The shape. Adds the specified shapes to the collection. The shapes. Removes the specified shape from the collection. The shape. True if removed. Removes the specified shapes from the collection. The shapes. Determines whether a shape is in the collection. The shape. true if shape is found in the collection; otherwise, false. Removes all elements from the collection. Gets or sets the at the specified index. The at the specified index. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Enumerates the collection in reversed order. A reversed enumeration of the elements in the collection. Gets the ZIndex of the specified shape. The zero-based ZIndex. If the item is not found in the collection, -1 is returned. Gets the ZIndex of the specified shape by its id. The shape id. The zero-based ZIndex. If the item is not found in the collection, -1 is returned. Occurs when the collection has been changed. Called when [changed]. Represents a base for all shape elements in the RadSpreadsheet. Gets the type of the shape. Gets the worksheet assigned to the shape. The worksheet. Gets the id of the shape, which is unique for the worksheet it belongs to. The id of the shape. Gets or sets the name of the shape. The name of the shape. Gets or sets the value indicating whether the aspect ratio between the width and height should remain constant. The value indicating whether the aspect ratio between the width and height should remain constant. Sets the width of the shape. A value indicating whether the aspect ratio lock should be respected. The new width. A value indicating whether the top cell index and offset of the image should be adjusted. Sets the height of the shape. A value indicating whether the aspect ratio lock should be respected. The new height. A value indicating whether the top cell index and offset of the image should be adjusted. Adjusts the CellIndex and the offset when the shape is rotated and then resized in order for the visual top left corner to remain in place. Validates the size in order for the image not to go out of the worksheet. Occurs when the value of any of the shape properties is changed. Called when the value of any of the shape properties is changed. Represents a collection of charts. Initializes a new instance of the class. The worksheet. Gets the type of the shape. Creates and adds a chart to the collection. The cell index where the top left corner of the shape is positioned. The range containing the data that the chart will be based on. The types of chart that will be created. Passing more than one type will create a combo chart. The result chart shape. Creates and adds a chart to the collection. The cell index where the top left corner of the shape is positioned. The range containing the data that the chart will be based on. A value indicating whether the series of the chart will refer to vertical or horizontal ranges or the direction will be determined automatically. The types of chart that will be created. Passing more than one type will create a combo chart. The result chart shape. Represents a collection of notes. Initializes a new instance of the class. The worksheet. Gets the type of the shape. Creates and adds a floating image to the collection. The cell index where the top left corner of the shape is positioned. The left offset of the top left corner of the shape relative to the top left corner of the cell index. The top offset of the top left corner of the shape relative to the top left corner of the cell index. The image source. The result image shape. Represents a base for classes representing collections of a specific type of shapes. The type of the shape. Gets the item count. The item count. Gets the shape at the specified index. Gets the type of the shape. Removes the specified item from the collection. The item. The value indicating whether the specified shape was found. Determines whether the collection contains the specified shape. The note. A value indicating whether the collection contains the specified shape. Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection. The item. The index of the item. Clears this instance. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Gets the ZIndex of the specified shape. The zero-based ZIndex. If the item is not found in the collection, -1 is returned. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Adds a new item to the collection. The item. Gets the worksheet. The worksheet. Called when an item is going to be added to the collection. Called when an item from the collections is going to be removed. Occurs when the collection is changing. Raises the event. The instance containing the event data. Occurs when the collection has changed. Raises the event. The instance containing the event data. Describes the different types of views for a worksheet. Represents the normal view. Represents a page break preview Represents a page view. Represents string types. Identifies the comparison operator. EqualsTo comparison operator. GreaterThan comparison operator. GreaterThanOrEqualsTo comparison operator. LessThan comparison operator. LessThanOrEqualsTo comparison operator. NotEqualsTo comparison operator. Between comparison operator. NotBetween comparison operator. Represents any value data validation rule context. Represents a base class for data validation rule context. Gets or sets a value indicating whether an input message should be shown. The value indicating whether an input message should be shown. Gets or sets the input message title. The input message title. Gets or sets the content of the input message. The content of the input message. Gets or sets a value indicating whether an error message should be shown. The value indicating whether an input message should be shown. Gets or sets the error style. The error style. Gets or sets the error message title. The error message title. Gets or sets the content of the error alert. The content of the error alert. Initializes a new instance of the class. Represents a single argument data validation rule context. Gets or sets a value indicating if blank cells should be ignored. The value indicating if blank cells should be ignored. Gets or sets the first argument. The first argument. Gets or sets the index of the cell in which the Validation rule is created. The index of the cell. Gets or sets the worksheet. The worksheet. Initializes a new instance of the class. The worksheet. Index of the row. Index of the column. Initializes a new instance of the class. Represents list data validation rule context. Gets or sets a value indicating if an cell dropdown should be shown. The a value indicating if an cell dropdown should be shown. Initializes a new instance of the class. The worksheet. Index of the row. Index of the column. Initializes a new instance of the class. The worksheet. Index of the cell. Represents a number data validation rule context. Gets or sets the comparison operator. The comparison operator. Gets or sets the second argument. The second argument. Initializes a new instance of the class. The worksheet. Index of the row. Index of the column. Initializes a new instance of the class. The worksheet. Index of the cell. Represents error style for data validation. Stop error style. Warning error style. Information error style. Represents an interface for data validation rule. Gets or sets a value indicating whether an input message should be shown. The value indicating whether an input message should be shown. Gets or sets the input message title. The input message title. Gets or sets the content of the input message. The content of the input message. Gets or sets a value indicating whether an error message should be shown. The value indicating whether an input message should be shown. Gets or sets the error style. The error style. Gets the error alert title. The error alert title. Gets the content of the error alert. The content of the error alert. Evaluates the data validation rule. The worksheet. Index of the row. Index of the column. The cell value. Retrurns True if the rule is satisfied, else returns False. Represents any data validation rule. Initializes a new instance of the class. The context. Evaluates the data validation rule. The worksheet. Index of the row. Index of the column. The cell value. Retrurns True if the rule is satisfied, else returns False. Represents a base class for implementing a data validation rule. Gets or sets a value indicating whether an input message should be shown. The value indicating whether an input message should be shown. Gets or sets the input message title. The input message title. Gets or sets the content of the input message. The content of the input message. Gets or sets a value indicating whether an error message should be shown. The value indicating whether an input message should be shown. Gets or sets the error style. The error style. Gets the error alert title. The error alert title. Gets the content of the error alert. The content of the error alert. Initializes a new instance of the class. The context. Evaluates the data validation rule. The worksheet. Index of the row. Index of the column. Retrurns True if the rule is satisfied, else returns False. Evaluates the data validation rule. The worksheet. Index of the row. Index of the column. The cell value. Retrurns True if the rule is satisfied, else returns False. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents a base class for implementing an single argument data validation rule. Gets or sets a value indicating if blank cells should be ignored. The value indicating if blank cells should be ignored. Gets the index of the cell in which the Validation rule is created. The index of the cell. Gets the first argument. The first argument. Initializes a new instance of the class. The context. Gets the expression string. The expression result. The worksheet. Index of the row. Index of the column. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Evaluates the argument. The argument. The worksheet. Index of the row. Index of the column. Represents a base class for implementing number data validation rule. Gets the comparison operator. The comparison operator. Gets the second argument. The second argument. Gets a value indicating if the rule requires whole numbers as a result of the argument expression. The value indicating if the rule requires whole numbers as a result of the argument expression. Initializes a new instance of the class. The context. Evaluates the data validation rule. The worksheet. Index of the row. Index of the column. The cell value. Retrurns True if the rule is satisfied, else returns False. Compares the values. The cell value result. The argument1. The argument2. Retrurns True if the rule is satisfied, else returns False. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents a custom data validation rule. Initializes a new instance of the class. The context. Evaluates the data validation rule. The worksheet. Index of the row. Index of the column. The cell value. Retrurns True if the rule is satisfied, else returns False. Represents date data validation rule. Initializes a new instance of the class. The context. Represents decimal data validation rule. Initializes a new instance of the class. The context. Represents list data validation rule. Gets or sets a value indicating if an cell dropdown should be shown. The a value indicating if an cell dropdown should be shown. Initializes a new instance of the class. The context. Evaluates the data validation rule. The worksheet. Index of the row. Index of the column. The cell value. Retrurns True if the rule is satisfied, else returns False. Extracts the list items. The worksheet. Index of the cell. Extracts the list items. The worksheet. Index of the row. Index of the column. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents text length data validation rule. Initializes a new instance of the class. The context. Evaluates the data validation rule. The worksheet. Index of the row. Index of the column. The cell value. Retrurns True if the rule is satisfied, else returns False. Represents Time data validation rule. Initializes a new instance of the class. The context. Represents a whole number data validation rule. Gets a value indicating if the rule requires whole numbers as a result of the expressions. The value indicating if the rule requires whole numbers as a result of the expressions. Initializes a new instance of the class. The context. Represents auto filter class. Gets or sets the range of the filter, including the column heading. The range of the filter. Sets the specified filters to the filtered range. The filters. Sets the specified filter to the filter range. The filter. Gets the filter applied to the specified column index. The column index relative to the filter range. The filter applied to the column, or null if the column is not filtered. Removes the specified filter. The filter. A value indicating whether the filter was successfully found and removed. Removes the filter applied to the specified column. The column index relative to the filter range. A value indicating whether the filter was successfully found and removed. Clears all the filters. Reapplies the specified filter. The filter. Reapplies the filter applied to the specified column. The column index relative to the filter range. Provides a base class for the filter classes which hide or show the cells based on the cell value. Gets the property definition for the value which will be retrieved by the GetValue method. The property definition. Initializes a new instance of the class. The relative index of the column. Describes a criteria used by the CustomFilter Gets the comparison operator. The comparison operator. Gets the filter value to which the cell value will be compared. The filter value. Initializes a new instance of the class. The comparison operator. The filter value to which the cell value will be compared. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes a filter which hides or shows the cells based on the cell fill color. Gets the fill which the cells displayed by the filter should have. The fill. Gets the property definition for the value which will be retrieved by the GetValue method. The property definition. Initializes a new instance of the class. Relative index of the column. The fill. Determines whether the row which contains the specified value will be shown. The value retrieved by the GetValue method. A value indicating whether the row which contains the specified value will be shown Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes a filter which compares the cell value to one or two critera in order to determine whether it should be shown. Gets the first criteria. The first criteria. Gets the second criteria. The second criteria. Gets the logical operator. The logical operator. Initializes a new instance of the class. Relative index of the column. The criteria. Initializes a new instance of the class. Relative index of the column. The first criteria. The logical operator. The second criteria. Determines whether the row which contains the specified value will be shown. The value retrieved by the GetValue method. A value indicating whether the row which contains the specified value will be shown Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes an item used by the ValuesCollectionFilter to filter date values. Gets the grouping type of the item. The grouping type of the item. Gets the year. The year. Gets the month. The month. Gets the day. The day. Gets the hour. The hour. Gets the minute. The minute. Gets the second. The second. Initializes a new instance of the class. The year. Initializes a new instance of the class. The year. The month. Initializes a new instance of the class. The year. The month. The day. Initializes a new instance of the class. The year. The month. The day. The hour. Initializes a new instance of the class. The year. The month. The day. The hour. The minute. Initializes a new instance of the class. The year. The month. The day. The hour. The minute. The seconds. Initializes a new instance of the class. Type of the date time grouping. The year. The month. The day. The hour. The minute. The second. Determine whether the specified date satisfies the necessary conditions of the item. All dates whose year, month, day, hour, minute and/or second are the same as the properties of the item satisfy the item and will be shown by the filter. Which properties will be used in the comparison is determined by the grouping type of the item. The date. A value indicating whether the specified date satisfies the item. Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Defines the possible options for the grouping type of the DateGroupItem. Year date time grouping type. Month date time grouping type. Day date time grouping type. Hour date time grouping type. Minute date time grouping type. Second date time grouping type. Describes a filter which hides or shows the cells based on a criteria specified by the filter type. Gets the type of the dynamic filter. The type of the dynamic filter. Initializes a new instance of the class. Relative index of the column. Type of the dynamic filter. Gets the value of the cell at the specified index. This value is used to determine whether the row will be hidden by the filter. The cells of the worksheet. Index of the row. Index of the column. The value of the cell. Determines whether the row which contains the specified value will be shown. The value retrieved by the GetValue method. A value indicating whether the row which contains the specified value will be shown Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Defines the possible options for the type of the dynamic filter. None dynamic filter type. AboveAverage dynamic filter type. BelowAverage dynamic filter type. Tomorrow dynamic filter type. Today dynamic filter type. Yesterday dynamic filter type. NextWeek dynamic filter type. ThisWeek dynamic filter type. LastWeek dynamic filter type. NextMonth dynamic filter type. ThisMonth dynamic filter type. LastMonth dynamic filter type. NextQuarter dynamic filter type. ThisQuarter dynamic filter type. LastQuarter dynamic filter type. NextYear dynamic filter type. ThisYear dynamic filter type. LastYear dynamic filter type. YearToDate dynamic filter type. Quarter1 dynamic filter type. Quarter2 dynamic filter type. Quarter3 dynamic filter type. Quarter4 dynamic filter type. January dynamic filter type. February dynamic filter type. March dynamic filter type. April dynamic filter type. May dynamic filter type. June dynamic filter type. July dynamic filter type. August dynamic filter type. September dynamic filter type. October dynamic filter type. November dynamic filter type. December dynamic filter type. Provides a base class for the filter classes. The type of the property definition of the filter. Gets the index of the column to which the filter is applied. The index is relative to the beginning of the filter range. The relative index of the column. Gets the property definition for the value which will be retrieved by the GetValue method. The property definition. Initializes a new instance of the class. Index of the relative column. Gets the value of the cell at the specified index. This value is used to determine whether the row will be hidden by the filter. The cells of the worksheet. Index of the row. Index of the column. The value of the cell. Determines whether the row which contains the specified value will be shown. The value retrieved by the GetValue method. A value indicating whether the row which contains the specified value will be shown Copies the specified item with a new relative index. New relative index. The new item Represents a filtering exception. Initializes a new instance of the class. Initializes a new instance of the class. The message. Initializes a new instance of the class. The message. The key. Initializes a new instance of the class. The message. The inner exception. Initializes a new instance of the class. The message. The inner exception. The key. Copies the specified item with a new relative index. New relative index. The new item Defines the possible options for the logical operator applied to the two criteria of the custom filter. And logical operator. Or logical operator. Describes a filter which hides or shows the cells based on whether the result value of the cell can be found in a predefined list of values. Gets the string values of the filter. The string values. Gets the date items of the filter. The date items. Gets the value indicating whether the cells containing blank values should be shown by the filter. The value indicating whether the cells containing blank values should be shown by the filter. Initializes a new instance of the class. Relative index of the column. The string values. Initializes a new instance of the class. Relative index of the column. The date values. Initializes a new instance of the class. Relative index of the column. The string values. The value indicating whether the cells containing blank values should be shown by the filter. Initializes a new instance of the class. Relative index of the column. The date values. The value indicating whether the cells containing blank values should be shown by the filter. Initializes a new instance of the class. Relative index of the column. The string values. The date values. Initializes a new instance of the class. Relative index of the column. The string values. The date values. The value indicating whether the cells containing blank values should be shown by the filter. Gets the value of the cell at the specified index. This value is used to determine whether the row will be hidden by the filter. The cells of the worksheet. Index of the row. Index of the column. The value of the cell. Determines whether the row which contains the specified value will be shown. The value retrieved by the GetValue method. A value indicating whether the row which contains the specified value will be shown Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes a filter which hides or shows the cells based on the cell fore color. Gets the fore color which the cells displayed by the filter should have. The fore color. Gets the property definition for the value which will be retrieved by the GetValue method. The property definition. Initializes a new instance of the class. Index of the relative column. The color. Determines whether the row which contains the specified value will be shown. The value retrieved by the GetValue method. A value indicating whether the row which contains the specified value will be shown Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Defines the common behaviour of the filter classes. Gets the index of the column to which the filter is applied. The index is relative to the beginning of the filter range. The relative index of the column. Gets the value of the cell at the specified index. This value is used to determine whether the row will be hidden by the filter. The cells of the worksheet. Index of the row. Index of the column. The value of the cell. Determines whether the row which contains the specified value will be shown. The value retrieved by the GetValue method. A value indicating whether the row which contains the specified value will be shown Describes a filter which hides or shows the cells based on the cell fill color. Gets the type of the top filter. The type of the top filter. Gets the value which indicates how many or what percent of the items covered by the filter should be shown. The value. Initializes a new instance of the class. The relative index of the column. Initializes a new instance of the class. The relative index of the column. Type of the top filter. Gets the value which indicates how many or what percent of the items covered by the filter should be shown. Determines whether the row which contains the specified value will be shown. The value retrieved by the GetValue method. A value indicating whether the row which contains the specified value will be shown Determines whether the specified is equal to the current . The to compare with the current . true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Defines the possible options for the type of the top filter. TopNumber top filter type. BottomNumber top filter type. TopPercent top filter type. BottomPercent top filter type. Represents a cell border. The default cell border. Gets the style of the border. The style. Gets the color. The color. Gets the thickness. The thickness. Initializes a new instance of the class. The style. The color. Implements the equals operator. The first value. The second value. The result of the operator. Implements the not equals operator. The first value. The second value. The result of the operator. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Gets the border with higher priority according to the color scheme. The left border. The right border. The color scheme. The border with higher priority according to the color scheme. Gets the thickness by border style. The border style. The thickness. Represents all the borders of a cell. The default borders of a cell. Gets or sets the left border. The left border. Gets or sets the top border. The top border. Gets or sets the right border. The right border. Gets or sets the bottom border. The bottom border. Gets or sets the inside horizontal border. The inside horizontal border. Gets or sets the inside vertical border. The inside vertical border. Gets or sets the diagonal up border. The diagonal up border. Gets or sets the diagonal down border. The diagonal down border. Initializes a new instance of the class. Initializes a new instance of the class. The cell border to be applied on all sides of the cell. Initializes a new instance of the class. The left border. The top border. The right border. The bottom border. The inside horizontal border. The inside vertical border. The diagonal up border. The diagonal down border. Implements the equals operator. The first value. The second value. The result of the operator. Implements the not equals operator. The first value. The second value. The result of the operator. Creates an outline. The border to be applied to the top, right, bottom and left sides of the cell. The outline. Creates an outline. The left border. The top border. The right border. The bottom border. The outline. Creates an inside group of borders. The border to be applied to the inner borders of a cell. The inside group of borders. Creates an inside group of borders. The inside horizontal border. The inside vertical border. The inside group of borders. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Defines the types of border styles. None cell border style. Hair cell border style. Dotted cell border style. DashDotDot cell border style. DashDot cell border style. Dashed cell border style. Thin cell border style. MediumDashDotDot cell border style. MediumDashDot cell border style. MediumDashed cell border style. Double cell border style. Medium cell border style. SlantDashDot cell border style. Thick cell border style. Represents a cell index. Gets the index of the row. The index of the row. Gets the index of the column. The index of the column. Initializes a new instance of the class. Index of the row. Index of the column. Creates a new cell index based on the current instance and a specified offset. The row offset. The column offset. The new cell index. Creates a numeric representation of the current index. A numeric representation of the current index. Returns a that represents the current . A that represents the current . Represents a base for the cell index and position classes. Gets the index of the row. The index of the row. Gets the index of the column. The index of the column. Returns a that represents the current . A that represents the current . Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Implements the equals operator. The left value. The right value. The result of the operator. Implements the not equals operator. The left value. The right value. The result of the operator. Implements the less operator. The left value. The right value. The result of the operator. Implements the greater operator. The left value. The right value. The result of the operator. Implements the less or equal operator. The left value. The right value. The result of the operator. Implements the greater or equal operator. The left value. The right value. The result of the operator. Compares to. The other. Defines the types of merge state of a cell. NotMerged cell merge state. TopLeftCellInMergedRange cell merge state. NonTopLeftCellInMergedRange cell merge state. Defines the cell orientation types. Horizontal cell orientation. Vertical cell orientation. Represents a range of cells. An empty range. Gets the start index. The start index. Gets the end index. The end index. Gets the row count. The row count. Gets the column count. The column count. Gets a value indicating if the cell range is single cell range. The value indicating if the cell range is single cell range. Initializes a new instance of the class. Start row index. Start column index. End row index. End column index. Initializes a new instance of the class. Start index. End index. Creates a new cell range using the present instance and a specified offset. The row offset. The column offset. The created cell range. Gets the first row. The cell range of the first row. Gets the last row. The cell range of the last row. Gets the first column. The cell range of the first column. Gets the last column. The cell range of the last column. Determines whether the range contains the specified index. The index. The value indicating whether the range contains the specified index. Determines whether the range contains the specified index. Index of the row. Index of the column. The value indicating whether the range contains the specified index. Determines whether the range contains the specified cell range. The cell range. The value indicating whether the range contains the specified range. Determines whether the present instance intersects with another cell range. The other cell range. The value indicating whether the present instance intersects with another cell range. Intersects the present instance with another cell range. The other cell range. The intersection. Creates a cell range of the specified row. Index of the row. The cell range of the specified row. Creates a cell range of a range of rows. Start row. End row. The cell range. Creates a cell range of the specified column. Index of the column. The cell range of the specified column. Creates a cell range of a range of columns. Start column. End column. The cell range. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Returns a that represents the current . A that represents the current . A collection which can process the results of insertions and removals of cell ranges. Gets the cell ranges. The cell ranges. Gets the count. The count. Translates the range. The old range. The new range. Adds the specified cell range. The cell range. Removes the specified cell range. The cell range. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Represents base for the CellRangeInsertedOrRemovedAwareCollection class. Gets the cell ranges. The cell ranges. Gets or sets the cells. The cells. Determines whether the specified selected range can be inserted or removed from this instance. The selected range. Type of the shift. The value indicating whether the specified selected range can be inserted or removed from this instance. Determines whether this instance can insert or remove the selected range depending on some existing range and a given shift type. Type of the shift. The range. The selected range. True if the selected range can be inserted or removed. Translates the range. The old range. The new range. Checks if should translate up or down. Type of the range. A value indicating whether should translate up or down. Checks if should translate left or right. Type of the range. A value indicating whether should translate left or right. Translates the ranges. The old and new translated ranges positions. Called before translation. The old and new translated ranges positions. The range to insert or remove. Type of the shift. Called after translation. The old and new translated ranges positions. The range to insert or remove. Type of the shift. A collection which can process the results of insertions and removals of cell ranges. Gets the count. The count. Gets the worksheet. The worksheet. Gets the cell ranges. The cell ranges. Gets the elements. The elements. Adds the specified element when cellRange is inserted. The cell range. The element. Removes elements when cellRange is removed. The cell range. Translates the range. The old range. The new range. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Represents cell range inserted or removed aware ordered collection. Initializes a new instance of the class. The cells. Gets the ranges list. The ranges list. Gets the cell ranges. The cell ranges. Translates the range. The old range. The new range. Removes the cell range at. The index. Inserts the specified index. The index. The range. Describes the types of ranges. Rows range type. Columns range type. CellsInRow range type. CellsInColumn range type. Arguments for the CellRangeInsertedOrRemoved event. Gets the affected range. The affected range. Gets the range. The range. Gets the type of the range. The type of the range. Gets a value indicating whether the type of change is remove. The value indicating whether the type of change is remove. Initializes a new instance of the class. The range. Type of the range. The value indicating whether the type of change is remove. Represents a reference to a cell. Gets the actual index of the row. The actual index of the row. Gets the actual index of the column. The actual index of the column. Gets a value indicating whether the row is absolute. A value indicating whether the row is absolute. Gets a value indicating whether the column is absolute. A value indicating whether the column is absolute. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Gets the start cell reference. The start cell reference. Gets the end cell reference. The end cell reference. Gets the rows count. The rows count. Gets the columns count. The columns count. Gets a value indicating whether the range is within the valid boundaries. The value indicating whether the range is within the valid boundaries. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Returns a that represents the current . A that represents the current . Represents a cell reference range. Gets the start cell reference. The start cell reference. Gets the end cell reference. The end cell reference. Gets the rows count. The rows count. Gets the columns count. The columns count. Gets a value indicating whether the range is within the valid boundaries. The value indicating whether the range is within the valid boundaries. Gets the worksheet. The worksheet. Gets the cell reference range. The cell reference range. The cell reference range as CellReferenceRange. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Returns a that represents the current . A that represents the current . Represents the cells of the worksheet. Gets the row count. The row count. Gets the column count. The column count. Gets the with the specified row and column indices. The cell selection. Gets the with the specified cell index. The cell selection. Gets the with the specified start row index, start column index, end row index and end column index. The cell selection. Gets the with the specified start and end indices. The cell selection. Gets the with the specified cell range. The cell selection. Gets the with the specified cell ranges. The cell selection. Determines whether cells can be inserted at the specified row index. Index of the row. Index of the column. The item count. Type of the shift. The value indicating whether cells can be inserted at the specified row index. Determines whether cells can be inserted at the specified cell range. The cell range. Type of the shift. The value indicating whether cells can be inserted at the specified cell range. Inserts cells at the specified cell range. The cell range. Type of the shift. The value indicating whether the insertion was successful. Inserts the specified number of items at the specified location. Index of the row. Index of the column. The item count. Type of the shift. The value indicating whether the insertion was successful. Removes cells at the specified cell range. The cell range. Type of the shift. Removes the specified number of items at the specified location. Index of the row. Index of the column. The item count. Type of the shift. Gets cell selection. Index of the row. Index of the column. The cell selection. Gets cell selection. Index of the cell. The cell selection. Gets cell selection. Start row index. Start column index. End row index. End column index. The cell selection. Gets cell selection. Start index. End index. The cell selection. Gets cell selection. The cell range. The cell selection. Gets the cell selection. The cell ranges. The cell selection. Tries to get the merged range containing the index. Index of the cell. The merged range. The value indicating whether precisely a range was found. Gets the value indicating whether the cell index is contained in a merged range. Index of the cell. The value indicating whether the cell index is contained in a merged range. Gets the merge state. Index of the cell. The merge state. Gets the merge state. Index of the row. Index of the column. The merge state. Gets the merged cell ranges. The cell ranges. Gets the merged ranges containing the specified cell range. The range. The merged ranges containing the specified cell range. Occurs when a cell range is inserted or removed. Raises the event. The instance containing the event data. Occurs when merged cells are changed. Raises the event. The instance containing the event data. Occurs when a cell property is changed. Raises the event. The instance containing the event data. Represents a selection of cells. Sets the borders. The value. Gets the value. Returns the value of the selection. Gets the conditional formatting elemenets that are active in the current selection. Updates an existing conditional formatting element's cell range, applying it on the current selection ranges. The added conditional formatting Adds a conditional formatting elemenet to the worksheet, applying it on the current selection ranges. The added conditional formatting Removes the a given formatting elemenets that is active in the current selection. Sets the value. The value. Sets the value. The value. Sets the value. The value. Sets the value. Please note that the string value is parsed to find its type. This process is slow. If you know the type of your data use the other overloads of this method. The value. Sets the value as text. The value. Sets the value as formula. The value. Sets the value. The value. Clears the value. Merges this instance. The value indicating whether the merge was successful. Merges the instance across. The value indicating whether the merge was successful. Unmerges this instance. Copies this instance. The worksheet fragment. Determines whether the specified fragment can be copied. The fragment. The value indicating whether the specified fragment can be copied. Pastes the specified fragment. The fragment. The paste options. The value indicating whether the paste was successful. Pastes the specified fragment. The fragment. The paste options. The new shapes. Determines whether the specified fragment can be pasted. The fragment. The paste result. Pastes the specified fragment. The fragment. The paste options. The affected cell ranges. The new shapes. The value indicating whether the paste was successful. Inserts this instance using the specified shift type. Type of the shift. Removes the instance using the specified shift type. Type of the shift. Determines whether the selected range can be inserted or removed using the specified shift type. The selected range. Type of the shift. The value indicating whether the selected range can be inserted or removed using the specified shift type. Does linear data series fill. The series orientation. The step value. The stop value. Does trend data series fill. The series orientation. Does exponential data series fill. The series orientation. The step value. The stop value. Does exponential and trend data series fill. The series orientation. Does date data series fill. The series orientation. Type of the date unit. The step value. The stop value. Does auto data series fill. The series orientation. The respect ranges direction. The initial value count. Fills data. The direction. Gets the data validation rule. Sets the data validation rule. The value. Clears the data validation rule. Sorts the selected cells using the specified sort conditions. The sort conditions. Sets the specified filters to the cell selection. The filters. Provides base for the cell value types classes. The type of the underlying value. Gets the type of the value. The type of the value. Gets the type of the result value. The type of the result value. Gets the raw value. The raw value. Gets the value. The value. Initializes a new instance of the class. The value. Gets the value as string. The format. Invalidates the edit format string. Gets the value as string override. The format. Gets the result value as string. The format. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Produces instances of ICellValue type. Produces an ICellValue instance. The value. The worksheet. Index of the cell. Please note that the string value is parsed to find its type. This process is slow. If you know the type of your data use the other overloads of this method. The ICellValue instance. Produces an ICellValue instance. The value. The worksheet. Index of the row. Index of the column. Please note that the string value is parsed to find its type. This process is slow. If you know the type of your data use the other overloads of this method. The ICellValue instance. Produces an ICellValue instance. The value. The worksheet. The ICellValue instance. Produces an ICellValue instance. The value. The ICellValue instance. Produces an ICellValue instance. The value. The ICellValue instance. Produces an ICellValue instance. The value. Please note the date is stored as number value. If a date number format is not set to the cell the value will be shown as number. The ICellValue instance. Produces an TextCellValue instance. The value. The TextCellValue instance. Produces an FormulaCellValue instance. The value. The worksheet. Index of the row. Index of the column. The FormulaCellValue instance. Gets the type of the cell value resulting from an expression. The expression. The cell value type. Creates the specified value. The value. The worksheet. Index of the cell. The current format value. The cell value. The new format value. Creates an ICellValue instance. The value. The worksheet. Index of the row. Index of the column. The current format value. The cell value. The format value. Creates an ICellValue instance from a double value. The value. The ICellValue instance. Creates an ICellValue instance from a bool value. The value. The ICellValue instance. Creates an ICellValue instance from a DateTime value. The value. The ICellValue instance. Creates a text cell value. The value. The ICellValue instance. Creates a formula cell value. The value. The worksheet. Index of the row. Index of the column. The ICellValue instance. Describes the format that can be applied to a cell value. The general format. Gets the format string. The format string. Gets the information about the format string. The format string information. Initializes a new instance of the class. The format string. Gets the format result. The cell value. The format result. Implements the equals operator. The first value. The second value. The result of the operator. Implements the less operator. The first value. The second value. The result of the operator. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes the types of cells. Empty cell value type. Number cell value type. Boolean cell value type. Formula cell value type. Text cell value type. RichText cell value type. Error cell value type. Describes the types of clear. All clear type. Formats clear type. Contents clear type. Hyperlinks clear type. Represents a collection of columns. Gets the row / column count. The row / column count. Gets the at the specified index. The column selection. Gets the with the specified from index and to index. The column selection. Gets the with the specified cell index. The column selection. Gets the with the specified cell range. The column selection. Gets the with the specified cell ranges. The column selection. Determines whether this instance can be inserted at the specified index. The index. The item count. The value indicating whether this instance can be inserted at the specified index Inserts the override. The index. The item count. Removes the override. The index. The item count. Gets a column selection at the specified index. The index. The column selection. Gets a column selection between two indices. From index. To index. The column selection. Gets a column selection at the specified index. Index of the cell. The column selection. Gets a column selection of a specified cell range. The cell range. The column selection. Gets a column selection of a specified collection of cell ranges. The cell ranges. The column selection. Gets the default width. The column width Sets the default width. The width. Occurs when the columns' widths have changed. Represents a column selection. Sets the borders. The value. Gets from to index from range. The cell range. From index. To index. Gets the width of the selection. The width for the selection. Sets the width. The value. Clears the width. Automatically adjusts the width. Expands the width of to fit the width of the number value. Gets the outline level. The outline level. Sets the hidden property. The value indicating whether the selected columns are hidden. Gets the value of the hidden property. The value of the hidden property Clears the hidden property. Inserts this instance in the workbook. The value indicating whether the insert was successful. Removes this instance from the workbook. Represents a column width value. Initializes a new instance of the class. The value. The is custom. Arguments for the ColumnWidthChanged event. Gets the start index. The start index. Gets the end index. The end index. Initializes a new instance of the class. From index. To index. Represents a base class for copy - paste result. Gets a value indicating whether the paste was successful. The value indicating whether the paste was successful. Gets the error message. The error message. Initializes a new instance of the class. The success. The error message. The error message localization key. Represents the types of date units. Day date unit type. Weekday date unit type. Month date unit type. Year date unit type. Represents the value of a cell which has no content. Represents Empty cell value. Gets the type of the value. The type of the value. Gets the value as string override. The format. Gets the result value as string. The format. Represents error cell value class. Represents null error cell value. Represents division by zero error cell value. Represents value error cell value. Represents reference error cell value. Represents name error cell value. Represents number error cell value. Represents not available error cell value. Gets the type of the value. The type of the value. Represents a base for classes representing collections of a specific type of sheets. The type of the sheet. Gets the workbook. The workbook. Gets the item count. The item count. Gets the sheet at the specified index. Gets the sheet with the specified sheet name. Creates a new sheet and adds it to the collection. The created sheet. Creates a new sheet and inserts it in the collection at the specified index. The index. The created sheet. Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection. The item. The index of the item. Searches for the specified item by its name and returns the zero-based index of the first occurrence within the entire collection. . Name of the sheet. The index of the item Determines whether the collection contains a sheet with the specified sheet name. Name of the sheet. The value indicating whether the collection contains a sheet with the specified sheet name. Determines whether the collection contains the specified sheet. The item. The value indicating whether the collection contains the specified sheet. Gets the sheet by name. The search is case insensitive. Name of the sheet. The sheet. Removes a sheet at the specified index. The index. Removes a sheet by the specified sheet name. Name of the sheet. The value indicating whether a sheet by the specified name was found. Removes the specified item. The item. The value indicating whether the specified sheet was found. Hides a sheet at a specified index. The index. Hides a specified sheet. The sheet. Unhides a sheet at a specified index. The index. Unhides a specified sheet. The sheet. Clears this instance. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Defines the types of find by options for the find and replace actions. Find by rows. Find by columns. Describes the types of find in content options for the find and replace actions. Find in formulas content type. Find in values content type. Describes the find options. Gets or sets the searched string. The searched string. Gets the searched string as regex. The searched string regex. Gets the find what regex options. The find what regex options. Gets or sets the find within option. The find within option. Gets or sets the find by option. The find by option. Gets or sets the find in option. The find in option. Gets or sets a value indicating whether the match case option should be used. The value indicating whether the match case option should be used. Gets or sets a value indicating whether the option to match entire cell contents should be used. The value indicating whether the option to match entire cell contents should be used. Gets or sets the start cell. The start cell. Gets or sets the search ranges. The search ranges. Initializes a new instance of the class. Copies the properties from the specified options instance. The options. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Sets the search string regex. Represents the result of a find operation. Gets the found cell. The found cell. Gets the result value. The result value. Gets the raw value. The raw value. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Defines the types of find within options for the find and replace actions. Find within sheet. Find within workbook. Represents the replace options. Gets or sets the value to replace with. The value to replace with. Copies the properties from the specified options. The options. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes the properties of a font. Gets the font family. The font family. Gets the size of the font. The size of the font. Gets a value indicating whether the font is bold. The value indicating whether the font is bold. Gets a value indicating whether the font is italic. The value indicating whether the font is italic. Gets the underline. The underline. Gets the font color. The font color. Gets the font weight. The font weight. Gets the font style. The font style. Gets or sets a value indicating whether the text is monospaced. The value indicating whether the text is monospaced. Initializes a new instance of the struct. The font family. Size of the font. The value indicating whether the font is bold. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Implements the equals operator. The left value. The right value. The result of the operator. Implements the not equals operator. The left value. The right value. The result of the operator. Represents the value of a cell which contains a formula. Gets the raw value. The raw value. Gets the type of the value. The type of the value. Gets the type of the result value. The type of the result value. Gets the result value as string. The format. The result value string. Gets the value as string override. The format. The value as string. Gets the result value as cell value. The cell value. Creates a new instance of FormulaCellValue and, if necessary, translates it using the targetCellIndex. The method is used for when copying, pasting and setting new value. The target worksheet. Index of the target row. Index of the target column. The on overflow start over. New instance of FormulaCellValue Updates the worksheet name of its CellReferenceRange and SpreadsheetName expressions. Updates the workbook name of its SpreadsheetName expressions. Updates the SpreadsheetName name of its expression tree. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes a gradient type of fill. Gets the type of the gradient. The type of the gradient. Gets the first color. The first color. Gets the second color. The second color. Initializes a new instance of the class. Type of the gradient. The first color. The second color. Initializes a new instance of the class. Type of the gradient. The first color. The second color. Determines whether the specified is equal to the current . The object to compare with the current object. True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes the types of gradients. Horizontal gradient type. HorizontalReversed gradient type. HorizontalRepeated gradient type. Vertical gradient type. VerticalReversed gradient type. VerticalRepeated gradient type. DiagonalUp gradient type. DiagonalUpReversed gradient type. DiagonalUpRepeated gradient type. DiagonalDown gradient type. DiagonalDownReversed gradient type. DiagonalDownRepeated gradient type. FromTopLeftCorner gradient type. FromTopRightCorner gradient type. Horizontal gradient type. FromBottomRightCorner gradient type. FromCenter gradient type. Contains properties related to the grouping functionality. Gets or sets value indicating whether the grouping summary row is placed below or above the group. The summary row is below. Gets or sets value indicating whether the grouping summary column is placed to the right or to the left of the group. The summary column is to the right. Represents a collection of hyperlinks. Initializes a new instance of the class. The worksheet. Adds a new hyperlink to the collection. Index of the cell. The hyperlink info. The new hyperlink. Adds a new hyperlink to the collection. The cell range. The hyperlink info. The new hyperlink. Removes the specified hyperlink. The hyperlink. The value indicating whether the remove was successful. Determines whether the collection contains the specified hyperlink. The hyperlink. A value indicating whether the collection contains the specified hyperlink. Gets the hyperlinks intersecting with the specified cell range. The cell range. The collection of intersecting hyperlinks. Gets the hyperlinks contained in the specified cell range. The cell range. The collection of contained hyperlinks. Gets the hyperlinks contained in the specified cell ranges. The cell ranges. The collection of contained hyperlinks. Tries to get a hyperlink from the specified cell range. The cell range. The hyperlink. The value indicating whether a hyperlink was found. Tries to get a hyperlink from the specified cell index. Index of the cell. The hyperlink. The value indicating whether a hyperlink was found. Tries to get the hyperlink from the specified cell range where the cell range has to match the hyperlink's cell range exactly. The cell range. The hyperlink. The value indicating whether a hyperlink was found. Adds the specified element when cellRange is inserted. The cell range. The element. Removes elements when cellRange is removed. The cell range. Occurs when the collection is changed. Called when the collection is changed. Represents information about a hyperlink. Gets the address. The address. Gets the email subject. The email subject. Gets the screen tip. The screen tip. Gets the sub address. The sub address. Gets the type of the hyperlink. The type. Creates a hyperlink. The address. The screen tip. The hyperlink information. Creates a mailto hyperlink. The email address. The hyperlink information. Creates a mailto hyperlink. The email address. The email subject. The hyperlink information. Creates a mailto hyperlink. The email address. The email subject. The screen tip. The hyperlink information. Creates an in-document hyperlink. The sub address. The screen tip. The hyperlink information. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes the types of hyperlinks. Url hyperlink type. Mailto hyperlink type. InDocument hyperlink type. Represents a hyperlink in the RadSpreadsheet. Gets the cell range. The cell range. Gets the hyperlink information. The hyperlink information. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Defines members for the cell value types. Gets the raw value. The raw value. Gets the type of the value. The type of the value. Gets the type of the result value. The type of the result value. Gets the value as string. The format. Gets the result value as string. The format. Defines members for the fill classes. Defines members for the FontProperties class. Gets the font family. The font family. Gets the size of the font. The size of the font. Gets a value indicating whether the font is bold. The value indicating whether the font is bold. Gets a value indicating whether the font is italic. The value indicating whether the font is italic. Gets the underline. The underline. Gets the font color. The font color. Gets the font weight. The font weight. Gets the font style. The font style. Gets a value indicating whether the text is monospaced. The value indicating whether the text is monospaced. Contains all data requried to set and remove protection. Gets or sets the enforced. The enforced. Gets or sets the name of the algorithm. The name of the algorithm. Gets or sets the hash. The hash. Gets or sets the salt. The salt. Gets or sets the spin count. The spin count. Gets or sets the password. The password. Indicates whether the data is produced using legacy protection scheme. The is using legacy protection scheme. Indicates whether a user password is required to remove protection. The requires user password. Tries the remove protection. The input. Enforces protection. The input. Contains helper methods for generating protection salt and hash values. Generates the password using OOXML legacy scheme. The password. Inheritor of System.Exception used when an ProtectionException needs to be thrown. Initializes a new instance of the class. The message. Initializes a new instance of the class. The message. The key. Initializes a new instance of the class. The message. The inner exception. Initializes a new instance of the class. The message. The inner exception. The key. Represents the protection options of a worksheet. Default protection options. Gets a value indicating whether the user can format cells when the worksheet is protected. The allow format cells. Gets a value indicating whether the user can format columns when the worksheet is protected. The allow format columns. Gets a value indicating whether the user can format rows when the worksheet is protected. The allow format rows. Gets a value indicating whether the user can delete rows when the worksheet is protected. The allow delete rows. Gets a value indicating whether the user can insert rows when the worksheet is protected. The allow insert rows. Gets a value indicating whether the user can delete columns when the worksheet is protected. The allow delete columns. Gets a value indicating whether the user can insert columns when the worksheet is protected. The allow insert columns. Gets a value indicating whether the user can use autofilter when the worksheet is protected. The allow filtering. Gets a value indicating whether the user can sort when the worksheet is protected. The allow sorting. Initializes a new instance of the class. The allow delete rows. The allow insert rows. The allow delete columns. The allow insert columns. The allow format cells. The allow format columns. The allow format rows. The allow use autofilter. The allow sorting. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Clones this instance. The cloned instance. Describes the types of cell shifting after insertion. Right insert shift type. Down insert shift type. Defines members for the sheet classes. Gets or sets the name of the sheet. The name of the sheet. Gets the workbook. The workbook. Gets the visibility. The visibility. Gets the type of the sheet. The type of the sheet. Gets the view state of the sheet. The view state of the sheet. Gets the value indicating whether the layout update is suspended. The value indicating whether the layout update is suspended. Invalidates the layout. Suspends the layout update. Resumes the layout update. Occurs when the layout is invalidated. Represents the sheet editor. Gets or sets the sheet. The sheet. Occurs just before the sheet changing begins. Occurs when the sheet is changing. Occurs just before the sheet changing ends. Occurs when the sheet is changed. Defines members for the sheet view state classes. Gets or sets the color of the tab. The color of the tab. Gets or sets the is invalidated. The is invalidated. Determines whether this instance can insert or remove the selected range depending on some existing range and a given shift type. Type of the shift. The range. The selected range. True if the selected range can be inserted or removed. Determines whether any of the merged ranges within a cell range are intersected by a hidden row or column in a way which causes it to be split or reduced in size. If a merged range is entirely hidden, it is not considered split. The cell range True if any of the merged ranges within a cell range are split or reduced in size by hidden rows or columns. False if all merged ranges are entirely visible or entirely hidden. The changing process has finished, but the merged cells have not necessarily changed. Arguments for the MergedCellRangesChanged event. Gets the cell range. The cell range. Initializes a new instance of the class. The cell range. Represents a collection of names. Gets the with the specified name. The defined name. Adds the specified name. The name. The refers to. Index of the row. Index of the column. The comment. The is visible. Adds the specified name. The name. The refers to. Index of the cell. The comment. The is visible. Removes the specified name. The name. Determines whether the collection contains the specified name. The name. The value indicating whether the collection contains the specified name. Get the SpreadsheetName associated with the specified name. The name. The resulting name. The value indicating whether the name was successfully found. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Describes the owner of a spreadsheet name collection. ; Gets a value indicating whether the owner is a workbook. The value indicating whether the owner is a workbook. Exception related to the spreadsheet names. Initializes a new instance of the class. The message. Initializes a new instance of the class. The message. The key. Initializes a new instance of the class. The message. The inner exception. Initializes a new instance of the class. The message. The inner exception. The key. Represents the value of a cell which contains a number. Gets the type of the value. The type of the value. Gets the raw value. The raw value. Gets the value as string override. The format. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . The class represents the pane. Gets the X split. The X split. Gets the Y split. The Y split. Gets the index of the top left cell of the scrollable pane. The index of the top left cell of the scrollable pane. Gets the active pane. The active pane. Gets the state. The state. Initializes a new instance of the class. Index of the top left cell. The x split. The y split. The active pane. The state. Clones this instance. The result pane. Determines whether the specified is equal to the current . The object to compare with the current object. True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Defines the states of a pane. Frozen pane state. Inheritor of System.Exception used when a string cannot be parsed as a CellValue. Initializes a new instance of the class. The message. Initializes a new instance of the class. The message. The inner exception. Initializes a new instance of the class. The message. The inner exception. The key. The format string arguments. Describes the paste options. Paste Options with paste type all. Gets the type of the paste. The type of the paste. Gets a value indicating whether blanks should be skipped. The value indicating whether blanks should be skipped. Gets a value indicating whether merged cells should be skipped. The value indicating whether merged cells should be skipped. Initializes a new instance of the class. Type of the paste. The value indicating whether blanks should be skipped. Describes a paste result. Initializes a new instance of the class. The success. The error message. Describes the paste types. All paste type. Formulas paste type. Values paste type. Formats paste type. ColumnWidths paste type. FormulasAndNumberFormats paste type. ValuesAndNumberFormats paste type. Describes a pattern type of fill. Default pattern fill. Gets the type of the pattern. The type of the pattern. Gets the color of the pattern. The color of the pattern. Gets the color of the background. The color of the background. Initializes a new instance of the class. Type of the pattern. Color of the pattern. Color of the background. Initializes a new instance of the class. Type of the pattern. Color of the pattern. Color of the background. Creates a solid fill. The color. The fill. Creates a solid fill. The themable color. The fill. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Returns a that represents the current . A that represents the current . Describes the types of patterns. Solid pattern type. Gray75Percent pattern type. Gray50Percent pattern type. Gray25Percent pattern type. Gray12Percent pattern type. Gray6Percent pattern type. HorizontalStripe pattern type. VerticalStripe pattern type. ReverseDiagonalStripe pattern type. DiagonalStripe pattern type. DiagonalCrosshatch pattern type. ThickDiagonalCrosshatch pattern type. ThinHorizontalStripe pattern type. ThinVerticalStripe pattern type. ThinReverseDiagonalStripe pattern type. ThinDiagonalStripe pattern type. ThinHorizontalCrossHatch pattern type. ThinDiagonalCrosshatch pattern type. Describes the types of horizontal alignments. General horizontal alignment. The alignment of each cell is determined depending on the type of data inside. When using this alignment, numbers are aligned in left, boolean values are centered and the text is aligned on right. Left horizontal alignment. Center horizontal alignment. Right horizontal alignment. Justify horizontal alignment. Fill horizontal alignment. CenterContinuous horizontal alignment. Distributed horizontal alignment. Describes the types of vertical alignments. Bottom vertical alignment. Center vertical alignment. Top vertical alignment. Justify vertical alignment. Distributed vertical alignment. Undetermined vertical alignment. Represents a property value applied to an entire range. The type of the property value. Gets the value indicating whether the property value is indeterminate. The value indicating whether the property value is indeterminate. Gets the value. The value. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Describes the types of cell shifting after remove. Left remove shift type. Up remove shift type. Represents a reference to a row or column. Gets the actual index. The actual index. Gets a value indicating whether the reference is absolute. The value indicating whether the reference is absolute. Initializes a new instance of the class. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Provides base for the row and column selection classes. Gets the property value. The type of the T. The property. Gets from to index from range. The cell range. From index. To index. Groups the current selection. The selection cannot include multiple ranges. A value indicating whether at least part of the selection was grouped successfully. Ungroups the current selection. The selection cannot include multiple ranges. A value indicating whether at least part of the selection was ungrouped successfully. Sets the outline level. The outline level. Gets the outline level. The outline level. Clears the outline level. Represents a row height value. Represents a row height value containing the default row height for the RadSpreadsheet. Initializes a new instance of the class. The value. The value indicating whether the row height is custom. The arguments for the RowHeightChangedEvent. Gets the start index. The start index. Gets the end index. The end index. Initializes a new instance of the class. From index. To index. Represents a collection of rows. Gets the row / column count. The row / column count. Gets the at the specified index. The row selection. Gets the with the specified start and end indices. The row selection. Gets the with the specified cell index. The row selection. Gets the with the specified cell range. The row selection. Gets the with the specified cell ranges. The row selection. Determines whether this instance can be inserted at the specified index. The index. The item count. The value indicating whether this instance can be inserted at the specified index Inserts the override. The index. The item count. Removes the override. The index. The item count. Gets a row selection at the specified index. The index. The row selection Gets a row selection between two indices. From index. To index. The row selection Gets a row selection at the specified index. Index of the cell. The row selection Gets a row selection of a specified cell range. The cell range. The row selection Gets a row selection of a specified collection of cell ranges. The cell ranges. The row selection Gets the default height. The row height Sets the default height. The height. Occurs when the rows' heights have changed. Provides bas for the Rows and Columns classes. Gets the cells. The cells. Gets the row / column count. The row / column count. Inserts the item at the specified index. The index. The value indicating whether the insert command was successfully executed. Inserts the specified number of items at the specified index. The index. The item count. The value indicating whether the insert command was successfully executed. Removes the item from the specified index. The index. Removes the specified number of items from the specified index. The index. The item count. Determines whether this instance can be inserted at the specified index. The index. The item count. The value indicating whether this instance can be inserted at the specified index Inserts the override. The index. The item count. Removes the override. The index. The item count. Represents a row selection. Sets the borders. The value. Gets from to index from range. The cell range. From index. To index. Gets the height. The height for the selection. Sets the height. The value. Clears the height. Automatically adjusts the height. Gets the outline level. The outline level. Sets the hidden property. The value indicating whether the selected rows are hidden. Gets the value of the hidden property. The value of the hidden property Clears the hidden property. Inserts this instance in the workbook. The value indicating whether the insert was successful. Removes this instance from the workbook. Represents base for the selection classes. Gets the cell ranges. The cell ranges. Gets the worksheet. The worksheet. Begins the update. Ends the update. Executes for each range inside begin end update. The action. Executes for each range inside begin end update. The cell ranges. The action. The can execute. Executes for each range. The action. Executes for each range. The cell ranges. The action. The can execute. Gets the property value. The type of the T. The get range property value. The cell ranges. The default value. Gets the index of the top left cell. Clears the properties using the specified type of clear. The type of clear. Gets the format. The format for the selection. Sets the format. The value. Clears the format. Gets the name of the style. The name of the style for the selection. Sets the name of the style. The value. Clears the name of the style. Gets the fill. The fill value for the selection. Sets the fill. The value. Clears the fill. Gets the font family. The font family for the selection. Sets the font family. The value. Clears the font family. Gets the size of the font. The font size for the selection. Sets the size of the font. The value. Clears the size of the font. Gets the value indicating whether the font is bold. The value indicating whether the font is bold for the selection. Sets the value indicating whether the font is bold. The value. Clears the bold property. Gets the value indicating whether the font is italic. The value indicating whether the font is italic for the selection. Sets the value indicating whether the font is italic. The value. Clears the italic property. Gets the underline. The underline property for the selection. Sets the underline. The value. Clears the underline. Gets the font color. The font color for the selection. Sets the font color. The value. Clears the font color. Gets the horizontal alignment. The horizontal alignment for the selection. Sets the horizontal alignment. The value. Clears the horizontal alignment. Gets the vertical alignment. The vertical alignment for the selection. Sets the vertical alignment. The value. Clears the vertical alignment. Gets the indent. The indent for the selection. Sets the indent. The value. Clears the indent. Increases the indent. Decreases the indent. Gets a value indicating whether text wrapping is used. The value indicating whether text wrapping is used. Sets a value indicating whether text wrapping is used. The value. Clears the text wrapping. Gets the text rotation. The text rotation degree for the selection in range -90 to 90. Sets the text rotation. The rotation degree in the range -90 to 90. Clears the text rotation. Gets the left border. The left border for the selection. Gets the right border. The right border for the selection. Gets the top border. The top border for the selection. Gets the borders. The cell borders. Sets the borders. The value. Clears the borders. Gets the value indicating whether the selection is locked. The value indicating whether the selection is locked. Sets the value indicating whether the selection is locked. The value. Clears the is locked property. Represents the state of the selection in the worksheet. Gets the selected ranges. The selected ranges. Gets the index of the active cell. The index of the active cell. Gets the pane. The pane. Initializes a new instance of the class. The selected ranges. Index of the active cell. The pane. Clones this instance. The cloned selection state. Returns a that represents the current . A that represents the current . Represents a sheet. Gets or sets the name of the sheet. The name of the sheet. Gets the workbook. The workbook. Gets or Sets the sheet visibility. The visibility. Gets the type of the sheet. The type of the sheet. Gets the value indicating whether the layout update is suspended. The value indicating whether the layout update is suspended. Gets a value indicating whether the sheet is protected. The is protected. Gets the sheet page setup. The sheet page setup. Creates the state of the view. Suspends the layout update. Resumes the layout update. Marks the beginning of an undo group. Marks the end of the undo group. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Disposes the specified disposing. The disposing. Occurs when the layout is invalidated. Called when [layout invalidated]. Occurs when name is changed. Occurs when the current protection state has changed. Called when [is protected changed]. Collection of Sheet. Gets the workbook. The workbook. Gets or sets the active sheet. The active sheet. Gets or sets the index of the active sheet. The index of the active sheet. Gets the count of the sheets. The count of the sheets. Gets the count of the visible sheets. The count of the visible sheets. Gets the at the specified index. The sheet. Gets the with the specified sheet name. The sheet. Creates a new sheet of the specified type and adds it to the collection. The type of sheet. The newly created sheet. Creates a new sheet of the specified type and inserts it in the collection at the active sheet index. The type. The newly created sheet. Creates a new sheet of the specified type and inserts it in the collection at specified index. The index. The type. The newly created sheet. Searches for the specified sheet and returns the zero-based index of the first occurrence within the SheetCollection. The sheet. The index of the sheet. Searches for the specified sheet by name and returns the zero-based index of the first occurrence within the SheetCollection. The search is case insensitive. The name of the sheet. The index of the sheet. Determines whether the collection contains a sheet with the specified sheet name. The name of the sheet. The value indicating whether a sheet with the specified name is contained in the collection. Determines whether the sheet collection contains the specified sheet. The sheet. The value indicating whether the sheet is contained in the collection. Gets a sheet by name. The name of the sheet. The sheet. Removes the active sheet. Removes the sheet with the specified name. The name of the sheet. The value indicating whether a sheet with a specified name was found. Removes the specified sheet. The sheet. The value indicating whether the specified sheet was found. Removes the sheet at the specified index. The index. Moves the specified number of items from the specified index to a specified index. From index. The item count. To index. Hides the active sheet. Hides a sheet at the specified index. The index. Hides a specified sheet. The sheet. Unhides a sheet at a specified index. The index. Unhides a specified sheet. The sheet. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Occurs when the active sheet index has changed. Called when [active sheet index changed]. Occurs when the active sheet has changed. Called when [active sheet changed]. Occurs when the collection has changed. Raises the event. The instance containing the event data. Occurs when the collection has changed. Raises the event. The instance containing the event data. Describes the types of change which can be applied to a sheet collection. Add sheet collection change type. Move sheet collection change type. Remove sheet collection change type. Hide sheet collection change type. Unhide sheet collection change type. Arguments for the Changed event of the SheetCollection. Gets the change type. The change type. Initializes a new instance of the class. Type of the change. Describes the possible types of sheets. Worksheet sheet type. Represents base for the WorksheetViewState class. Gets or sets the color of the tab. The color of the tab. Gets or sets the is invalidated. The is invalidated. Initializes a new instance of the class. Describes the types of visibility of the sheets. Visible sheet visibility. Hidden sheet visibility. Very hidden sheet visibility. Describes the types of shifting of the cells. Left shift type. Up shift type. Right shift type. Down shift type. Represents size. Gets an empty size value. The empty size value. Gets a value indicating whether the size is empty. The value indicating whether the size is empty. Gets or sets the height. The height. Gets or sets the width. The width. Initializes a new instance of the class. The width. The height. Creates an empty size value. The empty size value. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Determines whether the specified size is equal to this instance. The other size. The value indicating whether the specified size is equal to this instance. Serves as a hash function for a particular type. A hash code for the current . Implements the equals operator. The size1 value. The size2 value. The result of the operator. Implements the not equals operator. The size1 value. The size2 value. The result of the operator. Returns a that represents the current . A that represents the current . Represents a sort condition for sorting by cell fill color. Gets the fill. The fill. Gets the property definition of the property which is used for sorting. The property definition of the property which is used for sorting. Gets the comparer used for sorting. The comparer used for sorting. Initializes a new instance of the class. Gets the index of the row or column that is key for sorting relative to the sorted range. The fill. The sort order. Gets the value. The cells. The row index. The column index. The value of the specified cell. Equalses the specified obj. The obj. Gets the hash code. Represents a base class for color sort conditions. The type of the T. Gets the sort order. The sort order. Initializes a new instance of the class. Gets the index of the row or column that is key for sorting relative to the sorted range.. The sort order. Determines whether the specified is equal to the current . The object to compare with the current object. true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents a sort condition for sorting values by custom list. Gets the property definition of the property which is used for sorting. The property definition of the property which is used for sorting. Gets the comparer used for sorting. The comparer used for sorting. Gets the custom list. The custom list. Initializes a new instance of the class. Gets the index of the row or column that is key for sorting relative to the sorted range. The custom list. The sort order. Determines whether the specified is equal to the current . The object to compare with the current object. true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents a sort condition for sorting by texts fore color. Gets the color. The color. Gets the property definition of the property which is used for sorting. The property definition of the property which is used for sorting. Gets the comparer used for sorting. The comparer used for sorting. Initializes a new instance of the class. Gets the index of the row or column that is key for sorting relative to the sorted range. The color. The sort order. Gets the value. The cells. The row index. The column index. The value of the specified cell. Determines whether the specified is equal to the current . The object to compare with the current object. true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents a sort condition. Gets the index of the row or column that is key for sorting relative to the sorted range. The index of the row or column that is key for sorting relative to the sorted range. Gets the comparer used for sorting. The comparer used for sorting. Gets the value. The cells. The row index. The column index. The value of the specified cell. Represents a base class for sort conditions. The type of the T. Gets the index of the row or column that it key for sorting relative to the sorted range. The index of the row or column that it key for sorting relative to the sorted range. Gets the property definition of the property which is used for sorting. The property definition of the property which is used for sorting. Gets the comparer used for sorting. The comparer used for sorting. Initializes a new instance of the class. Gets the index of the row or column that is key for sorting relative to the sorted range. Gets the value. The cells. The row index. The column index. The value of the specified cell. Determines whether the specified is equal to the current . The object to compare with the current object. true if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents sorting exception. Initializes a new instance of the class. Initializes a new instance of the class. The message. Initializes a new instance of the class. The message. The key. Initializes a new instance of the class. The message. The inner exception. Initializes a new instance of the class. The message. The inner exception. The key. Represents the sort state. Gets the count. The count. Gets the sort conditions. The sort conditions. Gets the sort range. The sort range. Sets the sort conditions for the specified sort range. The sort range. The sort conditions. Clears the sort range and sort conditions. Represents a value and its index before sorting. Gets the index of the value before sorting. The index of the value before sorting. Gets the value. The value. Represents a sort condition for sorting values. Gets the property definition of the property which is used for sorting. The property definition of the property which is used for sorting. Gets the comparer used for sorting. The comparer used for sorting. Initializes a new instance of the class. Gets the index of the row or column that is key for sorting relative to the sorted range. The sort order. Represents the sort order. Ascending sort order. Descending sort order. Represents a base class for sorting values. Compares the specified x and y. The x. The y. Less than zero if x is less y, zero if x is equal y, greated than zero if x is greater y. Provides the default values of RadSpreadsheet. The default width of the columns. The default height of the rows. The minimum width of a column. The maximum width of a column. The minimum height of a row. The maximum height of a row. The row count in a worksheet in RadSpreadsheet. The column count in a worksheet in RadSpreadsheet. The cell count in a worksheet in RadSpreadsheet. The maximum indent value. The indent step size which is multiplied by the indent factor. The left margin of a cell. The right margin of a cell. The sum of the left and right cell margins. The cell range encompassing the entire worksheet. The default font color. The default font family. The default font size measured in points. The default font size in dip. The default style name. The default style name for hyperlinks. The minimum scale factor. The maximum scale factor. The default scale factor. The default scale factor size. The minimum scale factor in the context of printing and pdf export. The maximum scale factor in the context of printing and pdf export. The minimum count of pages to fit. The maximum count of pages to fit. The minimum number allowed to be used for first page number. The maximum number allowed to be used for first page number. The default sheet tab color. Represents the value of a cell which contains text. Gets the type of the value. The type of the value. Gets the raw value. The raw value. Gets the value as string override. The format. Represents a base class for table organization entities like rows, columns and cells. Gets the worksheet. The worksheet. Initializes a new instance of the class. The worksheet. Describes the possible types of underline. None underline type. Single underline type. Double underline type. Single accounting underline type. Double accounting underline type. Represents a defined name in the RadSpreadsheet. Gets the name. The name. Gets the scope of the name. The scope. Gets the comment. The comment. Gets the string representation of the object the name refers to. The string representation of the object the name refers to. Gets the value. The value. Gets the value indicating whether the name is visible to the user. The value indicating whether the name is visible to the user. Defines members for the spreadsheet names classes. Gets the name. The name. Gets the scope of the name. The scope. Gets the comment. The comment. Gets the string representation of the object the name refers to. The string representation of the object the name refers to. Gets the value. The value. Gets the value indicating whether the name is visible to the user. The value indicating whether the name is visible to the user. Represents base for the RowWidth and ColumnWidth classes. Gets the value. The value. Gets a value indicating whether the width / height is custom. The value indicating whether the width / height is custom. Initializes a new instance of the class. The value. The is custom. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Returns a that represents the current . A that represents the current . A collection of sheets. Gets the name of the workbook. The name of the workbook. Gets or sets the index of the active tab. The index of the active tab. Gets the collection of defined names of the workbook. The collection of defined names of the workbook. Gets the sheets of the workbook. The sheets of the workbook. Gets the worksheets of the workbook. The worksheets of the workbook. Gets or sets the active sheet. The active sheet. Gets or sets the active worksheet. The active worksheet. Gets the collection of styles for this workbook. The collection of styles for this workbook. Gets the history for this workbook. The history for this workbook. Gets or sets the workbook theme. The workbook theme. Gets or sets the metadata information for the document file. The document information. Gets a value indicating whether the layout update is suspended. The value indicating whether the layout update is suspended. Gets or sets the interval on which the workbook content changes. The interval on which the workbook content changes. Gets the collection of authors associated with a collection of threaded comments and mentions. The collection of defined authors. Gets a value indicating whether the workbook is protected. The is protected. Initializes a new instance of the class. Suspends the layout update. Resumes the layout update. Executes find action according to the specified find options. The find options. The find results. Executes find all action according to the specified find options. The find options. The find results. Executes replace action in the active worksheet according to the specified replace options. The replace options. The value indicating whether a value was found to replace. Executes replace all action according to the specified replace options. The replace options. The number of replacements made. Protects the workbook with the specified password. The password. Unprotects the workbook using the specified password. The password. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Disposes the specified clean up managed resources. The clean up managed resources. Occurs when a command is in a state of execution. Raises the event. The instance containing the event data. Occurs when a command has executed. Raises the event. The instance containing the event data. Occurs in a command error. Raises the event. The instance containing the event data. Occurs when a theme is changed. Called when [theme changed]. Occurs when the active sheet is changed. Called when the active sheet is changed. Occurs when the workbook content is changed. Called when [workbook content changed]. Calls the on workbook content changed. Occurs when the current protection state has changed. Called when [is protected changed]. Occurs when name is changed. A two-dimensional grid of cells that are organized into rows and columns. Gets the cells of the worksheet. The cells of the worksheet. Gets the rows of the worksheet. The rows of the worksheet. Gets the columns of the worksheet. The columns of the worksheet. Gets the type of the sheet. The type of the sheet. Gets or sets the default width of the column. The default width of the column. Gets or sets the default height of the row. The default height of the row. Gets the used cell range. The used cell range. Gets the all hyperlinks in the worksheet. The hyperlinks. Gets the collection of defined names of the worksheet. The collection of defined names of the worksheet. Gets the collection of shapes inserted in the current worksheet. The shapes. Gets the collection of notes inserted in the current worksheet. The notes. Gets the collection of comments inserted in the current worksheet. The comments. Gets the collection of images inserted in the current worksheet. The images. Gets the collection of charts inserted in the current worksheet. The charts. Gets the worksheet page setup. The worksheet page setup. Gets the sheet page setup. The sheet page setup. Gets the sort state. The sort state. Gets or sets the protection options. The protection options. Gets the filtering of the worksheet. The filtering of the worksheet. Gets the view state of the worksheet. The view state of the worksheet. Gets the grouping properties for the worksheet. The grouping properties. Gets or sets the header name rendering converter. The header name rendering converter. Creates the state of the view. Executes find action according to the specified find options. The find options. The find results. Executes find all action according to the specified find options. The find options. The find results. Executes replace action according to the specified replace options. The replace options. The value indicating whether a value was found to replace. Executes replace all action according to the specified replace options. The replace options. The number of replacements made. Caches the expand to fit ranges. The cell ranges. Protects the worksheet. The password. The protection options of the worksheet. Unprotects the worksheet. The password. Copies contents from a source into this instance. This instance contents are overridden from the source contents. The worksheet to copy from. Gets the used cell range for a specific cell property definition. The cell property definition from The used cell range for specific cell property definitions. Gets the used cell range for specific cell property definitions. The cell property definitions from The used cell range for specific cell property definitions. Disposes the specified disposing. The disposing. A cell index in a specific worksheet. Gets the index of the cell. The index of the cell. Gets the worksheet. The worksheet. Initializes a new instance of the class. The worksheet. Index of the row. Index of the column. Initializes a new instance of the class. The worksheet. Index of the cell. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents a collection of worksheets. Represents a fragment of a worksheet. Gets the cell range of the fragment. The cell range of the fragment. Gets the shapes included in the fragment. The shapes. Gets the workbook. The workbook. Gets the worksheet. The worksheet. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Disposes the specified clean up managed resources. The clean up managed resources. Determines whether the specified is equal to the current . The to compare with the current . True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Represents the visible section of the worksheet. Gets or sets the scale factor. The scale factor. Gets or sets the index of the top left cell of the screen. The index of the top left cell of the screen. Gets or sets the state of the selection. The state of the selection. Gets or sets value indicating if the sheet is selected. The value indicating if the sheet is selected. Gets or sets value indicating if the gridlines should be shown. The value indicating if the gridlines should be shown. Gets or sets value indicating if the row and column headings should be shown. The value indicating if the row and column headings should be shown. Gets or sets the pane. The pane. Gets or sets a value indicating whether to circle the invalid data. The value indicating whether to circle the invalid data. Gets or sets a value indicating how the worksheet should be displayed. The desired view type. Initializes a new instance of the class. Freezes the sheet panes. The number of rows which will be frozen. The number of columns which will be frozen. Freezes the sheet panes. The top left cell index of the fixed pane. The number of rows which will be frozen. The number of columns which will be frozen. Freezes the sheet panes. The top left cell index of the fixed pane. The number of rows which will be frozen. The number of columns which will be frozen. The top left cell index of the scrollable pane. Returns a that represents the current . A that represents the current . Represents cell property changed event arguments. Gets the property. The property. Gets the cell range. The cell range. Initializes a new instance of the class. The property. The cell range. Provides the cell property definitions. Gets format property definition. Gets value property definition. Gets style name property definition. Gets left border property definition. Gets top border property definition. Gets right border property definition. Gets bottom border property definition. Gets diagonal up border property definition. Gets diagonal down border property definition. Gets ConditionalFormatting property definition. Gets fill property definition. Gets font family property definition. Gets fonts size property definition. Gets is bold property definition. Gets is italic property definition. Gets underline property definition. Gets fore color property definition. Gets horizontal alignment property definition. Gets vertical alignment property definition. Gets indent property definition. Gets is wrapped property definition. Gets text rotation property definition. Gets is locked property definition. Gets data validation property definition. Gets all property definitions. This method raises PropertyChanged for the entire used cell range for each property that has been changed. It is used upon Import and cell references update. Use with caution! This method raises PropertyChanged for the entire used cell range for each property that has been changed. It is used upon Import and cell references update. Use with caution! This method raises PropertyChanged for the entire used cell range for each property that has been changed. It is used upon Import and cell references update. Use with caution! Represents cell style. Gets the workbook. The workbook. Gets the name. The name of the style. Gets the category. The category. Gets a value indicating whether the style is removable. The value indicating whether the style is removable. Gets a value indicating whether the style is removed. The value indicating whether the style is removed. Gets the built in id. The built in id. Gets a value indicating whether an update is in progress. The value indicating whether an update is in progress. Gets or sets the left border. The left border. Gets or sets the top border. The top border. Gets or sets the right border. The right border. Gets or sets the bottom border. The bottom border. Gets or sets the diagonal up border. The diagonal up border. Gets or sets the diagonal down border. The diagonal down border. Gets or sets the fill. The fill value. Gets or sets the font family. The font family. Gets or sets the size of the font. The size of the font. Gets or sets a value indicating whether the text affected by the style is bold. The value indicating whether the text affected by the style is bold.. Gets or sets a value indicating whether the text affected by the style is italic. The value indicating whether the text affected by the style is italic. Gets or sets the underline. The underline. Gets or sets the fore color. The fore color. Gets or sets the horizontal alignment. The horizontal alignment. Gets or sets the vertical alignment. The vertical alignment. Gets or sets the indent. The indent. Gets or sets a value indicating whether the text affected by the style is wrapped. The value indicating whether the text affected by the style is wrapped. Gets or sets the text rotation degree in the range -90 to 90. Gets or sets the format. The format. Gets or sets a value indicating whether the cell affected by the style is locked. The value indicating whether the cell affected by the style is locked. Gets or sets a value indicating whether the number property group is included. The value indicating whether the number property group is included. Gets or sets a value indicating whether the alignment property group is included. The value indicating whether the alignment property group is included. Gets or sets a value indicating whether the font property group is included. The value indicating whether the font property group is included. Gets or sets a value indicating whether the border property group is included. The value indicating whether the border property group is included. Gets or sets a value indicating whether the fill property group is included. The value indicating whether the fill property group is included. Gets or sets a value indicating whether the protection property group is included. The value indicating whether the protection property group is included. Creates temporary style. The temporary style. Copies the style properties from another style. From style. Determines whether the specified other style has same properties. The other style. True if has same properties. Gets all properties. All properties. Begins the update. Ends the update. Determines whether the specified property definition is supported by the style. The property definition. True if supported. Determines whether a value has been set for the specified property. The type of the T. The property definition. True if has been set. Gets a value indicating if the property is included in the style. The property definition. The value indicating if the property is included in the style. Gets a value indicating whether the property group is included in cell style. The style property group. The value indicating whether the property group is included in cell style. Sets a value indicating whether the property group is included in cell style. The style property group. The value indicating whether the property group is included in cell style. Gets the property value. The type of the T. The property definition. The property value. Determines whether the specified is equal to the current . The object to compare with the current object. True if the specified is equal to the current ; otherwise, false. Serves as a hash function for a particular type. A hash code for the current . Occurs when the style is changed. Called when the style is changed. Defines the cell style categories. Custom cell style category. GoodBadAndNeutral cell style category. DataAndModel cell style category. TitlesAndHeadings cell style category. ThemedCellStyles cell style category. NumberFormat cell style category. Represents cell style collection. Gets the workbook. The workbook. Gets the count of the styles. The count of the styles. Gets the with the specified style name. The name of the desired style. The style. Determines whether the style with the specified name is contained. Name of the style. True if is contained. Determines whether the specified style is contained. The style. True if is contained. Gets the style by name. Name of the style. The style. Adds the specified style. Name of the style. The category. A value indicating if the style can be removed later. The style. Removes the specified style by name. Name of the style. True if succeed. Removes the specified style. The style. True if succeed. Returns an enumerator that iterates through the collection. A that can be used to iterate through the collection. Returns an enumerator that iterates through a collection. An object that can be used to iterate through the collection. Occurs when the collection is changed. Called when the collection is changed. Sets the default value as local value. The cell range. Represents property definition. Gets a value indicating whether to use same value as previous on insert. The value indicating whether to use same value as previous on insert. Gets the name of the property. The name of the property. Gets a value indicating whether the property affects layout. The value indicating whether the property affects layout. Gets the style property group. The style property group. Represents property definition. The type of T. Gets the default value. The default value. Represents property definition. The type of the T. Gets the name of the property. The name of the property. Gets the default value. The default value. Gets a value indicating whether the property affects layout. The value indicating whether the property affects layout. Gets a value indicating whether to use same value as previous on insert. The value indicating whether to use same value as previous on insert. Gets the style property group. The style property group. Initializes a new instance of the class. The name of the property. The affects layout. The style property group. The default value. The use same value as previous on insert. Represents row or column property changed event arguments. Gets the changed property. The changed property. Gets the first index of the changed range. The first index of the changed range. Gets the last index of the changed range. The last index of the changed range. Initializes a new instance of the class. The property. The first index of the changed range. The last index of the changed range. Represents style changed event arguments. Gets the changed properties. The changed properties. Initializes a new instance of the class. The changed properties. Describes the style property groups. None style property group. Number style property group. Alignment style property group. Font style property group. Border style property group. Fill style property group. Protection style property group. Performs a case sensitive comparison of two strings. It ignores the different types of space separators that may be included in the string. The string. The string the string is compared to. The value indicating whether the strings are the same. Provides methods for checking whether the parameters of methods fall within the expected conditions. Asserts the specified condition. The condition. The message to throw in case the condition is not met. Throws an exception if the parameter is less than the lower bound. The type of the parameter. The lower bound. The parameter. Name of the parameter. Throws an exception if the parameters is greater than the upper bound. The type of the parameter. The upper bound. The parameter. Name of the parameter. Throws an exception if out of range. The type of the parameters. The lower bound. The upper bound. The parameter. Name of the parameter. Throws an exception if the parameter is not equal to a value. The type of the parameters. The expected value. The parameters. Name of the parameter. Throws an exception if the parameter is null. The type of the parameter. The parameter. Name of the parameter. Throws an exception if the parameter is not null. The type of the parameter. The parameter. Name of the parameter. Throws an exception if the parameter contains null or empty values. The parameter. Name of the parameter. Throws an exception if the parameter is null or empty. The type of the parameter. The parameter. Name of the parameter. Throws an exception if the parameter contains null values. The type of the parameter. The parameter. Name of the parameter. Throws the exception if the parameter is null or empty. The parameter. Name of the parameter. Throws an exception if the row index is invalid. Index of the row. Throws an exception if the column index is invalid. Index of the column. Represents localizable exception. Gets or sets the localization key. The localization key. Gets the format string arguments. The format string arguments. Initializes a new instance of the class. Initializes a new instance of the class. The message. Initializes a new instance of the class. The message. The key. The format string arguments. Initializes a new instance of the class. The message. The inner exception. Initializes a new instance of the class. The message. The inner exception. The key. The format string arguments. Provides methods for name conversion. Converts the row index to name. Index of the row. The name. Converts the row name to index. Name of the row. The index. Converts the row name to index. Name of the row. Index of the row. Boolean value indicating whether the convertion is successful. Converts the column index to name. Index of the column. The name. Converts the column name to index. Name of the column. The index. Converts the cell ranges names to cell reference ranges. The cell ranges names. The worksheet. The row index of the cell for which the expression is created. The column index of the cell for which the expression is created. The expression. True if converter successfuly, else false. Converts the column name to index. Name of the column. Index of the column. The index. Converts the cell index to name. Index of the row. Index of the column. The name. Converts the cell reference to name. The cell reference. The name. Converts the cell range to a name. From index. To index. The name. Converts the cell range to a name. The range. The name. Converts a range defined between cell references to a name. The start cell reference. The end cell reference. The name. Converts the cell indexes to a name. The start row index. The start column index. The end row index. The end column index. The name. Converts the cell index to name. The cell index. The name. Converts the cell name to a cell index. Name of the cell. Index of the row. Index of the column. Tries to convert the cell name to index. Name of the cell. Index of the row. Index of the column. The value indicating whether the conversion was successful. Tries to convert a cell range name to a CellRange instance. The cell range name. The CellRange instance. True if successful, otherwise False. Converts the cell name to a cell index. Name of the cell. The value indicating whether the row is absolute. Index of the row. The value indicating whether the column is absolute. Index of the column. Tries to convert the cell name to index. Name of the cell. The is row absolute. Index of the row. The is column absolute. Index of the column. Determines whether the name of the cell is valid. Name of the cell. The value indicating whether the name of the cell is valid. Represents a base class for header name rendering converter. Converts the name of the row index to. The context. Index of the row. The row name. Converts the name of the column index to. The context. Index of the column. The column name. Represents header name rendering converter context. Gets the worksheet. The worksheet. Gets the visible range. The visible range. Initializes a new instance of the class. The worksheet. The visible range. Defines functionality for testing a code snippet's performance. Gets the hit counter. The hit counter. Gets the total milliseconds. The total milliseconds. Initializes a new instance of the class. Name of the snippet. The value indicating whether logging should be used. Starts the counter. Stops the counter. Ends the counter. Resets the counter. Determines the new top left of an adorner or shape when the adorner or shape are resized. When the shape or its adorner are resized while there is rotation angle applied, the top left corner must be changed. This is done in order to maintain the visual top left to remain in place. The shape current rectangle. The rotation angle. The new width. Negative value if the resizing causes the shape to flip horizontally. Otherwise positive. The new height. Negative value if the resizing causes the shape to flip vertically. Otherwise positive. Boolean value indicating whether the left side of the shape is being resized. Boolean value indicating whether the top side of the shape is being resized. The new top left coordinate. Gets the lock aspect ratio scale factor which should be applied to the proposed width and height. The width:height aspect ratio. The proposed new width. The proposed new height. The scale factor. Represents the spreadsheet culture info. Gets the number decimal separator. The number decimal separator. Gets the number group separator. The number group separator. Gets the currency decimal separator. The currency decimal separator. Gets the currency group separator. The currency group separator. Gets the list separator. The list separator. Gets the array list separator. The array list separator. Gets the array row separator. The array row separator. Gets the text qualifier. The text qualifier. Gets the time separator. The time separator. Gets the date separator. The date separator. Transforms the specified value using current general transform. The general transform. The value. The transformed value. Transforms the specified value using current general transform. The general transform. The value. The transformed value. Represents a culture helper class. Initializes a new instance of the class. The culture for the new instance. Gets the culture of the spreadsheet culture helper. Provides methods for conversion between units. Converts dips to points. Pixels. Points. Converts dips to points. Pixels. Points. Converts dips to picas. Pixels. Picas. Converts dips to centimeters. Pixels. Centimeters. Converts dips to milimeters. Pixels. Millimeters. Converts dips to inches. Pixels. Inches. Converts dips to twips. Pixels. Twips. Converts dips to EMUs. Dips. EMUs. Converts dips to twips. Pixels. Twips. Converts dips to twips. Pixels. Twips. Converts twips to dips. Twips. Dips. Converts twips to dips. Twips. Dips. Converts DIPs to units. Pixels. Unit type. Units. Converts points to dips. Points. Pixels. Converts to points dips. Picas. Pixels. Converts EMUs to dips. EMUs. Pixels. Converts centimeters to dips. Centimeters. Pixels. Converts milimeteres to dips. Millimeteres. Pixels. Converts inches to dips. Inches. Pixels. Converts twips to dips. Twips. Pixels. Converts Units to dips. Units. Unit type. Pixels. Converts column width in pixels to excel column width. The workbook. The pixels. Converts excel column width to pixels width. The workbook. The width. Represents the unit types used by the RadSpreadsheet. Dip unit type. Point unit type. Pica unit type. Inch unit type. Mm unit type. Cm unit type. Twip unit type.