Name | Description | |
---|---|---|
C1FlexSheet Constructor | Initializes a new instance of a C1FlexSheet. |
The following tables list the members exposed by C1FlexSheet.
Name | Description | |
---|---|---|
C1FlexSheet Constructor | Initializes a new instance of a C1FlexSheet. |
Name | Description | |
---|---|---|
CanRedoProperty | Identifies the CanUndo dependency property. | |
CanUndoProperty | Identifies the CanUndo dependency property. | |
EditOptionsProperty | Identifies the EditOptions dependency property. | |
EnableColumnFiltersProperty | Identifies the EnableColumnFiltersProperty dependency property. | |
ShowSingleTabProperty | Identifies the ShowSingleTab dependency property. | |
TabItemShapeProperty | Identifies the TabItemShape dependency property. | |
TopLeftCellPolygonBackgroundProperty | Identifies the TopLeftCellPolygonBackground dependency property. |
Name | Description | |
---|---|---|
ActiveEditor | Gets the cell editor that is currently active. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ActiveFilterIconTemplate | Gets or sets the C1.WPF.C1IconTemplate used to present the active filter icon when the column is not filtered. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.FrameworkElement) | |
AllowAddNew | Gets or sets a value that indicates whether the grid should provide a new row template so users can add items to the source collection. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AllowDragging | Gets or sets a value that indicates whether users are allowed to move rows and columns to new positions using the mouse. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AllowDrop | (Inherited from System.Windows.UIElement) | |
AllowFreezing | Gets or sets a value that indicates whether users are allowed to freeze rows and columns using the mouse. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AllowMerging | Gets or sets a value that indicates which parts of the grid support cell merging. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AllowResizing | Gets or sets a value that indicates whether users are allowed to resize rows and columns using the mouse. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AllowSorting | Gets or sets a value that indicates whether users are allowed to sort columns by clicking the column header cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AlternatingRowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of odd-numbered rows. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AreAnyTouchesCaptured | (Inherited from System.Windows.UIElement) | |
AreAnyTouchesCapturedWithin | (Inherited from System.Windows.UIElement) | |
AreAnyTouchesDirectlyOver | (Inherited from System.Windows.UIElement) | |
AreAnyTouchesOver | (Inherited from System.Windows.UIElement) | |
AreRowDetailsFrozen | Gets or sets a value that indicates whether the row details remain fixed at the width of the display area or can scroll horizontally. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AreRowGroupHeadersFrozen | Gets or sets a value that indicates whether the row group header sections remain fixed at the width of the display area or can scroll horizontally. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AutoComplete | Gets or sets a value that determines whether the control should try to automatically complete entries as the user types, based on other entries in the same column (like Microsoft Excel does). (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AutoGenerateColumns | Gets or sets a value that indicates whether columns are created automatically when the ItemsSource property is set. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Background | (Inherited from System.Windows.Controls.Control) | |
BindingGroup | (Inherited from System.Windows.FrameworkElement) | |
BitmapEffect | (Inherited from System.Windows.UIElement) | |
BitmapEffectInput | (Inherited from System.Windows.UIElement) | |
BorderBrush | (Inherited from System.Windows.Controls.Control) | |
BorderThickness | (Inherited from System.Windows.Controls.Control) | |
BottomLeftCells | Gets the GridPanel that contains the cells in the lower left corner of the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
BottomRightCellBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the cell at the bottom right corner of the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
CacheMode | (Inherited from System.Windows.UIElement) | |
CalcEngine | Gets a reference to the FlexGrid calc engine. | |
CanRedo | Gets a value that determines whether the redo stack contains any actions. | |
CanUndo | Gets a value that determines whether the undo stack contains any actions. | |
CellFactory | Gets or sets the ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Cells | Gets the GridPanel that contains the data cells in the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ChildItemsPath | Gets or sets the name of the property used to generate child rows. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Clip | (Inherited from System.Windows.UIElement) | |
ClipboardCopyMode | Gets or sets a value that indicates how content is copied to the clipboard. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ClipboardPasteMode | Gets or sets a value that indicates how content is pasted from the clipboard. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ClipToBounds | (Inherited from System.Windows.UIElement) | |
CollapsedIconTemplate | Gets or sets the C1.WPF.C1IconTemplate used to present the group icon when the item group/detail is collapsed. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
CollectionView | Gets the System.ComponentModel.ICollectionView that represents the current data source. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ColumnFooterRows | Gets the collection of column footer rows. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ColumnFooters | Gets the GridPanel that contains the column footer cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ColumnHeaderBackground | Gets or sets the System.Windows.Media.Brush that is used to paint column header backgrounds. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ColumnHeaderForeground | Gets or sets the System.Windows.Media.Brush that is used to paint column header content. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ColumnHeaders | Gets the GridPanel that contains the column header cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ColumnHeaderSelectedBackground | Gets or sets the System.Windows.Media.Brush that is used to paint column header backgrounds for selected cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ColumnLayout | Gets or sets a string that defines the current column layout. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Columns | Gets the collection of columns in the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
CommandBindings | (Inherited from System.Windows.UIElement) | |
ContextMenu | Gets the ContextMenu associated with this C1FlexSheet. | |
Cursor | (Inherited from System.Windows.FrameworkElement) | |
CursorBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the cursor cell. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
CursorForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of the cursor cell. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
DataContext | Invalidate when the DataContext changes (since we don't get notifications in SL4). | |
DeferScrolling | Gets or sets a value that determines whether scrolling should be deferred until the user releases the scrollbar thumb. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
DesiredSize | (Inherited from System.Windows.UIElement) | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
DragDropIndicatorBrush | Gets or sets the brush of drop indicator when drag columns or rows. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
EditOptions | Gets or sets the edit options of Flex sheet tabs | |
EditorBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of cells in edit mode. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
EditorForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of cells in edit mode. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
EditorRange | Gets the CellRange that corresponds to the cell currently being edited. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Effect | (Inherited from System.Windows.UIElement) | |
EnableColumnFilters | Gets or sets whether the grid should provide column filters. | |
ErrorStyle | Gets or sets the CellStyle used to highlight cells that contain errors. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ExpandedAboveIconTemplate | Gets or sets the C1.WPF.C1IconTemplate used to present the icon when the item group/detail is expanded above. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ExpandedBelowIconTemplate | Gets or sets the C1.WPF.C1IconTemplate used to present the group icon when the item group/detail is expanded below. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
FlowDirection | (Inherited from System.Windows.FrameworkElement) | |
Focusable | (Inherited from System.Windows.UIElement) | |
FocusVisualStyle | (Inherited from System.Windows.FrameworkElement) | |
FontFamily | (Inherited from System.Windows.Controls.Control) | |
FontSize | (Inherited from System.Windows.Controls.Control) | |
FontStretch | (Inherited from System.Windows.Controls.Control) | |
FontStyle | (Inherited from System.Windows.Controls.Control) | |
FontWeight | (Inherited from System.Windows.Controls.Control) | |
ForceCursor | (Inherited from System.Windows.FrameworkElement) | |
Foreground | (Inherited from System.Windows.Controls.Control) | |
FrozenColumns | Gets or sets the number of non-scrollable columns. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
FrozenLinesBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the lines between frozen and scrollable areas of the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
FrozenRows | Gets or sets the number of non-scrollable rows. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GridLinesBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the lines between cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GridLinesVisibility | Gets or sets a value that indicates which grid lines separating inner cells are shown. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GroupHeaderConverter | Gets or sets the System.Windows.Data.IValueConverter used to create the content shown in GroupRow cells to summarize group information. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GroupRowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of group rows. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GroupRowForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of group rows. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GroupRowPosition | Gets or sets a value that indicates where group rows should be displayed with respect to the data. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
HasAnimatedProperties | (Inherited from System.Windows.UIElement) | |
HeaderFontWeight | Gets or sets the System.Windows.FontWeight used to render text in header cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
HeaderGridLinesBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the lines between row and column header cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
HeadersVisibility | Gets or sets a value that indicates the visibility of row and column headers. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Height | (Inherited from System.Windows.FrameworkElement) | |
HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) | |
HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
HorizontalScrollBarVisibility | Gets or sets a value that indicates how the horizontal scroll bar is displayed. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
InactiveFilterIconTemplate | Gets or sets the C1.WPF.C1IconTemplate used to present the inactive filter icon when the column is filtered. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
InputBindings | (Inherited from System.Windows.UIElement) | |
InputScope | (Inherited from System.Windows.FrameworkElement) | |
IsArrangeValid | (Inherited from System.Windows.UIElement) | |
IsEnabled | (Inherited from System.Windows.UIElement) | |
IsFocused | (Inherited from System.Windows.UIElement) | |
IsHitTestVisible | (Inherited from System.Windows.UIElement) | |
IsInitialized | (Inherited from System.Windows.FrameworkElement) | |
IsInputMethodEnabled | (Inherited from System.Windows.UIElement) | |
IsKeyboardFocused | (Inherited from System.Windows.UIElement) | |
IsKeyboardFocusWithin | (Inherited from System.Windows.UIElement) | |
IsLoaded | (Inherited from System.Windows.FrameworkElement) | |
IsManipulationEnabled | (Inherited from System.Windows.UIElement) | |
IsMeasureValid | (Inherited from System.Windows.UIElement) | |
IsMouseCaptured | (Inherited from System.Windows.UIElement) | |
IsMouseCaptureWithin | (Inherited from System.Windows.UIElement) | |
IsMouseDirectlyOver | (Inherited from System.Windows.UIElement) | |
IsMouseOver | (Inherited from System.Windows.UIElement) | |
IsReadOnly | Gets or sets a value that indicates whether the user can edit values in the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
IsStylusCaptured | (Inherited from System.Windows.UIElement) | |
IsStylusCaptureWithin | (Inherited from System.Windows.UIElement) | |
IsStylusDirectlyOver | (Inherited from System.Windows.UIElement) | |
IsStylusOver | (Inherited from System.Windows.UIElement) | |
IsSynchronizedWithCurrentItem | Gets or sets a value that determines whether the control should synchronize the selection with the selection in the ItemsSource property. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
IsTabStop | (Inherited from System.Windows.Controls.Control) | |
IsVisible | (Inherited from System.Windows.UIElement) | |
Item | Overloaded. Gets or sets the value stored in a grid cell using Excel range notation. | |
ItemsSource | Gets or sets a collection that is used to generate the content of the control. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ItemType | Gets the type of item contained in the current data source. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
KeepCurrentVisible | Gets or sets a value that indicates whether the grid should automatically scroll to keep the current item visible. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
KeyActionEnter | Gets or sets a value that indicates the action performed by the grid when the user presses the Enter key. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
KeyActionTab | Gets or sets a value that indicates the action performed by the grid when the user presses the Tab key. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Language | (Inherited from System.Windows.FrameworkElement) | |
LayoutTransform | (Inherited from System.Windows.FrameworkElement) | |
Margin | (Inherited from System.Windows.FrameworkElement) | |
Marquee | Gets the System.Windows.Shapes.Rectangle used to show the Excel-style marquee around the current selection. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
MarqueeColor | Gets or sets the System.Windows.Media.Brush that is used to the stroke of the Marquee. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
MaxColumnWidth | Gets or sets the maximum width of columns in the C1FlexGrid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
MaxHeight | (Inherited from System.Windows.FrameworkElement) | |
MaxRowHeight | Gets or sets the maximum height of rows in the C1FlexGrid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
MaxWidth | (Inherited from System.Windows.FrameworkElement) | |
MergeManager | Gets or sets the IMergeManager class responsible for handling cell merging on the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
MinColumnWidth | Gets or sets the minimum width of columns in the C1FlexGrid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
MinHeight | (Inherited from System.Windows.FrameworkElement) | |
MinRowHeight | Gets or sets the minimum height of rows in the C1FlexGrid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
MinWidth | (Inherited from System.Windows.FrameworkElement) | |
MouseOverBrush | Gets or sets the System.Windows.Media.Brush that is used to paint the background of hover cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
MouseOverMode | Gets or sets how the mouse over mode. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Name | (Inherited from System.Windows.FrameworkElement) | |
NewRowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the new row template. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
NewRowIconTemplate | Gets or sets the template used to create the icon displayed in the header of a new row. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
NewRowPosition | Gets or sets a value that indicates whether the new row template should be displayed at the bottom or at the top of the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Opacity | (Inherited from System.Windows.UIElement) | |
OpacityMask | (Inherited from System.Windows.UIElement) | |
OverridesDefaultStyle | (Inherited from System.Windows.FrameworkElement) | |
Padding | (Inherited from System.Windows.Controls.Control) | |
Parent | (Inherited from System.Windows.FrameworkElement) | |
PersistId | (Inherited from System.Windows.UIElement) | |
RenderSize | (Inherited from System.Windows.UIElement) | |
RenderTransform | (Inherited from System.Windows.UIElement) | |
RenderTransformOrigin | (Inherited from System.Windows.UIElement) | |
Resources | (Inherited from System.Windows.FrameworkElement) | |
RowBackground | Gets or sets the System.Windows.Media.Brush that is used to paint row backgrounds. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
RowDetailsTemplate | Gets or sets the System.Windows.DataTemplate used to present the details part of a row. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
RowDetailsVisibilityMode | The details part can be automatically opened when the row is selected, can be always visible, or can be always collapsed. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
RowHeaderBackground | Gets or sets the System.Windows.Media.Brush that is used to paint row header backgrounds. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
RowHeaderForeground | Gets or sets the System.Windows.Media.Brush that is used to paint row header content. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
RowHeaders | Gets the GridPanel that contains the row header cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
RowHeaderSelectedBackground | Gets or sets the System.Windows.Media.Brush that is used to paint row header backgrounds for selected cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Rows | Gets the collection of rows in the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ScrollPosition | Gets or sets a value that represents the value of the grid scroll bars. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SelectedIndex | Gets or sets the index of the data item corresponding to the selected row. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SelectedItem | Gets or sets the data item corresponding to the selected row. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SelectedItems | Gets a collection of data items corresponding to the currently selected rows. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Selection | Gets or sets the current selection. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SelectionBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of selected cells excluding the cursor cell. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SelectionForeground | Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of selected cells excluding the cursor cell. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SelectionMode | Gets or sets the grid's selection mode. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Sheets | Gets the collection of sheets on this book. | |
ShowErrors | Gets or sets a value that determines whether the grid should display validation errors. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ShowMarquee | Gets or sets a value that indicates whether the grid shows an Excel-style marquee around the current selection. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ShowOutlineBar | Gets or sets a value that determines whether the grid should display the outline button bar. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ShowSingleTab | Gets or sets a value that determines whether the tab strip is shown when the control has only one sheet. | |
ShowSort | Gets or sets a value that indicates whether the grid shows the current sort state by adding a glyph to the column headers of sorted columns. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SnapsToDevicePixels | (Inherited from System.Windows.UIElement) | |
SortAscendingIconTemplate | Gets or sets the C1.WPF.C1IconTemplate used to present the sort icon when the column is sorted in ascending order. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SortDescendingIconTemplate | Gets or sets the C1.WPF.C1IconTemplate used to present the sort icon when the column is sorted in descending order. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Style | (Inherited from System.Windows.FrameworkElement) | |
TabIndex | (Inherited from System.Windows.Controls.Control) | |
TabItemShape | Gets or sets the geometric shape of the sheet tabs. | |
Tag | (Inherited from System.Windows.FrameworkElement) | |
Template | (Inherited from System.Windows.Controls.Control) | |
TemplatedParent | (Inherited from System.Windows.FrameworkElement) | |
ToolTip | (Inherited from System.Windows.FrameworkElement) | |
TopLeftCellBackground | Gets or sets the System.Windows.Media.Brush that is used to paint the background of the cell at the left top corner of the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
TopLeftCellPolygonBackground | Gets or sets top left cell polygon background | |
TopLeftCells | Gets the GridPanel that contains the cells in the upper left corner of the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
TouchesCaptured | (Inherited from System.Windows.UIElement) | |
TouchesCapturedWithin | (Inherited from System.Windows.UIElement) | |
TouchesDirectlyOver | (Inherited from System.Windows.UIElement) | |
TouchesOver | (Inherited from System.Windows.UIElement) | |
TreeIndent | Gets or sets the indent used to offset each group of rows in the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Triggers | (Inherited from System.Windows.FrameworkElement) | |
Uid | (Inherited from System.Windows.UIElement) | |
UndoStack | Gets the UndoStack associated with this C1FlexSheet. | |
UseLayoutRounding | (Inherited from System.Windows.FrameworkElement) | |
VerticalAlignment | (Inherited from System.Windows.FrameworkElement) | |
VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
VerticalScrollBarVisibility | Gets or sets a value that indicates how the vertical scroll bar is displayed. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ViewRange | Gets a CellRange value that indicates the range of cells currently visible on the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Visibility | (Inherited from System.Windows.UIElement) | |
Width | (Inherited from System.Windows.FrameworkElement) |
Name | Description | |
---|---|---|
AddHandler | Overloaded. (Inherited from System.Windows.UIElement) | |
AddSheet | Overloaded. Adds a new sheet to this book. | |
AddToEventRoute | (Inherited from System.Windows.UIElement) | |
ApplyAnimationClock | Overloaded. (Inherited from System.Windows.UIElement) | |
ApplyTemplate | (Inherited from System.Windows.FrameworkElement) | |
Arrange | (Inherited from System.Windows.UIElement) | |
AutoSizeColumn | Resizes a column to fit its visible contents. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AutoSizeColumns | Overloaded. Resizes a column range to fit their visible content. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AutoSizeFixedColumn | Resizes a fixed column to fit its visible contents. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AutoSizeFixedColumns | Overloaded. Resizes a range of fixed columns to fit their visible contents. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AutoSizeFixedRow | Resizes a fixed row to fit its visible contents. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AutoSizeFixedRows | Overloaded. Resizes a range of fixed rows to fit their visible contents. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AutoSizeRow | Resizes a row to fit its visible contents. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
AutoSizeRows | Overloaded. Resizes a row range to fit their visible contents. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
BeginAnimation | Overloaded. (Inherited from System.Windows.UIElement) | |
BeginInit | (Inherited from System.Windows.FrameworkElement) | |
BeginStoryboard | Overloaded. (Inherited from System.Windows.FrameworkElement) | |
BringIntoView | Overloaded. (Inherited from System.Windows.FrameworkElement) | |
CaptureMouse | (Inherited from System.Windows.UIElement) | |
CaptureStylus | (Inherited from System.Windows.UIElement) | |
CaptureTouch | (Inherited from System.Windows.UIElement) | |
ClearRange | Clears all nullable/editable cells in a given range. | |
ClearSelection | Clears all nullable cells in the selection. | |
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from System.Windows.DependencyObject) | |
CollapseGroupsToLevel | Collapses all the group rows to a given level. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Copy | Overridden. Overridden to copy editor content if the editor is active. | |
CreatePrintPaginator | Overridden. | |
EndInit | (Inherited from System.Windows.FrameworkElement) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
Evaluate | Evaluates an expression and returns the result. | |
FindAll | Find all values according to user inputted. | |
FindCommonVisualAncestor | (Inherited from System.Windows.Media.Visual) | |
FindName | (Inherited from System.Windows.FrameworkElement) | |
FindNext | Find the value according to user inputted. | |
FindResource | (Inherited from System.Windows.FrameworkElement) | |
FinishEditing | Overloaded. Commits any pending edits and exits edit mode. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Focus | (Inherited from System.Windows.UIElement) | |
GetAddress | Gets the address of a range using Excel notation (e.g. A1). | |
GetAggregate | Calculates aggregate statistics for a cell range. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GetAnimationBaseValue | (Inherited from System.Windows.UIElement) | |
GetBindingExpression | (Inherited from System.Windows.FrameworkElement) | |
GetCellFactory | Gets the ICellFactory class responsible for creating and destroying System.Windows.FrameworkElement objects used to represent grid cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GetClipString | Overloaded. Gets the current selection as a string suitable for copying to the clipboard. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GetComment | Get comment from cell. | |
GetDataIndex | Returns index of data item in the items source for the specified row index. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GetGridImage | Overloaded. Gets a System.Windows.FrameworkElement that represents a given part of the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GetHashCode | (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) | |
GetPageImages | Overloaded. Gets a list of elements that represent parts of the grid fit for rendering into pages of a document. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GetRowIndex | Returns index of row representing data item with the specified index. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GetSelectedState | Gets a SelectedState value that indicates the selected state of the cells in a CellRange. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
GroupRows | Group rows and create an outline. | |
HitTest | Overloaded. Gets a HitTestInfo object that contains information about the grid at a given location. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
IncludeInAggregate | Gets a value that determines whether a cell should be included in the aggregates calculated with the GetAggregate method. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
InputHitTest | (Inherited from System.Windows.UIElement) | |
InsertChart | Insert chart to FlexSheet. | |
InsertComment | Insert comment. | |
InsertImage | Insert image to FlexSheet | |
InsertSparkLine | Insert SparkLine to C1FlexSheet | |
Invalidate | Overloaded. Forces the grid to re-create all visible elements. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
InvalidateArrange | (Inherited from System.Windows.UIElement) | |
InvalidateMeasure | (Inherited from System.Windows.UIElement) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
InvalidateVisual | (Inherited from System.Windows.UIElement) | |
IsAncestorOf | (Inherited from System.Windows.Media.Visual) | |
IsDescendantOf | (Inherited from System.Windows.Media.Visual) | |
Load | Load file to C1FlexSheet. | |
LoadColumnLayout | Loads a column layout from an System.Xml.XmlReader. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Measure | (Inherited from System.Windows.UIElement) | |
MoveFocus | (Inherited from System.Windows.FrameworkElement) | |
OnApplyTemplate | Overridden. Builds the visual tree for the C1FlexSheet control when a new template is applied. | |
Paste | Overridden. Overridden to enable undoing paste actions. | |
PointFromScreen | (Inherited from System.Windows.Media.Visual) | |
PointToScreen | (Inherited from System.Windows.Media.Visual) | |
PredictFocus | (Inherited from System.Windows.FrameworkElement) | |
Overloaded. Prints the grid. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | ||
PrintPreview | Overloaded. Displays the window with the print preview content. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
RaiseEvent | (Inherited from System.Windows.UIElement) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
Redo | Repeats the last action (valid only when CanRedo returns true). | |
RegisterName | (Inherited from System.Windows.FrameworkElement) | |
ReleaseAllTouchCaptures | (Inherited from System.Windows.UIElement) | |
ReleaseMouseCapture | (Inherited from System.Windows.UIElement) | |
ReleaseStylusCapture | (Inherited from System.Windows.UIElement) | |
ReleaseTouchCapture | (Inherited from System.Windows.UIElement) | |
RemoveComment | Remove comment | |
RemoveDuplicates | Delete duplicated rows. | |
RemoveHandler | (Inherited from System.Windows.UIElement) | |
Save | Overloaded. Saves the contents of the grid to a System.IO.StreamWriter. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SaveColumnLayout | Saves the current column layout to an System.Xml.XmlWriter. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SaveHtml | Save html file to stream. | |
SavePdf | Saves the grid to a PDF stream. | |
SaveTxt | Save txt file to stream. | |
SaveXls | Save xls file to stream. | |
SaveXlsx | Save xlsx file to stream. | |
ScrollIntoView | Scrolls the grid to bring a specific cell into view. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
Select | Overloaded. Selects a given cell. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SelectAll | Selects all cells. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SetBinding | Overloaded. (Inherited from System.Windows.FrameworkElement) | |
SetCellAngle | Set rotate text for cell | |
SetCellFormat | Set format for cell. eg:SetCellFormat(flex.Selection.Cells, C1.WPF.FlexSheet.CellFormat.Background, new SolidColorBrush(Colors.Red)); | |
SetCellIndent | Set text indent for cell | |
SetClipString | Parses a string into rows and columns and applies the content to a given range. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetResourceReference | (Inherited from System.Windows.FrameworkElement) | |
SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
ShowFilterEditor | Show the filter editor for the currently selected column. | |
StartEditing | Overloaded. Starts editing the cell that is currently selected. (Inherited from C1.WPF.FlexGrid.C1FlexGrid) | |
ToString | (Inherited from System.Windows.Controls.Control) | |
TransformToAncestor | Overloaded. (Inherited from System.Windows.Media.Visual) | |
TransformToDescendant | (Inherited from System.Windows.Media.Visual) | |
TransformToVisual | (Inherited from System.Windows.Media.Visual) | |
TranslatePoint | (Inherited from System.Windows.UIElement) | |
TryFindResource | (Inherited from System.Windows.FrameworkElement) | |
Undo | Undoes the last action (valid only when CanUndo returns true). | |
UnGroupRows | Ungroup rows and create an outline. | |
UnregisterName | (Inherited from System.Windows.FrameworkElement) | |
UpdateComment | Update comment | |
UpdateDefaultStyle | (Inherited from System.Windows.FrameworkElement) | |
UpdateLayout | (Inherited from System.Windows.UIElement) |