SpreadsheetCsvExportOptions Properties
Contains options used for saving (exporting) a document in CSV format.
Name | Description |
---|---|
Allow |
Gets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation.
Inherited from Content |
Are |
Gets a value that indicates whether at least one touch is captured to this element.
Inherited from Content |
Are |
Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree.
Inherited from Content |
Are |
Gets a value that indicates whether at least one touch is pressed over this element.
Inherited from Content |
Are |
Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree.
Inherited from Content |
Binding |
Gets or sets the Binding |
Cell |
Gets or sets the cell reference style used in a source document. This is a dependency property. |
Command |
Gets a collection of Command |
Context |
Gets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element.
Inherited from Framework |
Culture | Gets or sets the culture information used to format strings of data. This is a dependency property. |
Cursor |
Gets or sets the cursor that displays when the mouse pointer is over this element.
Inherited from Framework |
Data |
Gets or sets the data context for an element when it participates in data binding.
Inherited from Framework |
Default |
Gets or sets the key to use to find the style template for this control in themes.
Inherited from Framework |
Dependency |
Gets the Dependency |
Discard |
Gets or sets whether empty trailing cells in each row should not be exported. |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Encoding | Gets or sets the character encoding used in an exported document. This is a dependency property. |
Focusable |
Gets or sets a value that indicates whether the element can receive focus.
Inherited from Content |
Focus |
Gets or sets an object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus.
Inherited from Framework |
Force |
Gets or sets a value indicating whether this Framework |
Formula |
Gets or sets how to export cells containing formulas. This is a dependency property. |
Has |
Gets a value that indicates whether this element has any animated properties.
Inherited from Content |
Input |
Gets the collection of input bindings that are associated with this element.
Inherited from Content |
Input |
Gets or sets the context for input used by this Framework |
Is |
Gets or sets a value that indicates whether this element is enabled in the user interface (UI).
Inherited from Content |
Is |
Gets a value that becomes the return value of Is |
Is |
Gets a value that determines whether this element has logical focus.
Inherited from Content |
Is |
Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its End |
Is |
Gets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element.
Inherited from Content |
Is |
Gets a value that indicates whether this element has keyboard focus.
Inherited from Content |
Is |
Gets a value that indicates whether keyboard focus is anywhere within the element or child elements.
Inherited from Content |
Is |
Gets a value indicating whether this element has been loaded for presentation.
Inherited from Framework |
Is |
Gets a value that indicates whether the mouse is captured by this element.
Inherited from Content |
Is |
Gets a value that determines whether mouse capture is held by this element or by child elements in its element tree.
Inherited from Content |
Is |
Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account.
Inherited from Content |
Is |
Gets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing).
Inherited from Content |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Is |
Gets a value that indicates whether the stylus is captured to this element.
Inherited from Content |
Is |
Gets a value that determines whether stylus capture is held by this element, including child elements and control compositing.
Inherited from Content |
Is |
Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account.
Inherited from Content |
Is |
Gets a value that indicates whether the stylus is located over this element (including visual child elements).
Inherited from Content |
Language |
Gets or sets localization/globalization language information that applies to an individual element.
Inherited from Framework |
Name |
Gets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML.
Inherited from Framework |
Newline |
Gets or sets whether the newline character sequence is inserted after the last row of the resulting text. This is a dependency property. |
Newline |
Gets or sets a character sequence used to define a new line. This is a dependency property. |
Overrides |
Gets or sets a value indicating whether this element incorporates style properties from theme styles.
Inherited from Framework |
Parent |
Gets the parent in the logical tree for this element.
Inherited from Framework |
Range | Gets or sets the worksheet range for export. This is a dependency property. |
Repeat |
Gets or sets a value indicating whether to repeat a merged cell value for each cell in the merged range when exporting the document. This is a dependency property. |
Resources |
Gets or sets the current locally-defined resource dictionary.
Inherited from Framework |
Shift |
Gets or sets whether to skip the top left empty cells when exporting the worksheet. This is a dependency property. |
Skip |
Specifies whether to skip hidden columns when a document is exported to CSV. |
Skip |
Specifies whether to skip hidden rows when a document is exported to CSV. |
Style |
Gets or sets the style to be used by this element.
Inherited from Framework |
Tag |
Gets or sets an arbitrary object value that can be used to store custom information about this element.
Inherited from Framework |
Templated |
Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template.
Inherited from Framework |
Text |
Gets or sets the character that encloses values in the resulting text. This is a dependency property. |
Tool |
Gets or sets the tool-tip object that is displayed for this element in the user interface (UI).
Inherited from Framework |
Touches |
Gets all touch devices that are captured to this element.
Inherited from Content |
Touches |
Gets all touch devices that are captured to this element or any child elements in its visual tree.
Inherited from Content |
Touches |
Gets all touch devices that are over this element.
Inherited from Content |
Touches |
Gets all touch devices that are over this element or any child elements in its visual tree.
Inherited from Content |
Use |
Gets or sets whether to use the cell Formatting. |
Value |
Gets or sets a character used to separate values in the resulting text. This is a dependency property. |
Worksheet |
Gets or sets a destination worksheet to which text data are exported. This is a dependency property. |
Write |
Gets or sets whether to write a prefix that is the sequence of bytes that specifies the encoding used. This is a dependency property. |
See Also