[]
Interface that defines the methods required by objects used as special clipboard formatters.
public interface IFormatter2 : IFormatter
Public Interface IFormatter2
Inherits IFormatter
| Name | Description |
|---|---|
| CanEditFormula | Gets a value that indicates whether the cell type can edit the formula. |
| ContainsPassword | Gets a value that indicates whether the cell contains a password. |
| ShouldExportFormattedValue | Gets a value that indicates whether to export the formatted value when data is exported to Excel. |
| SupportStandardFormatString | Gets a value that indicates whether the cell supports the standard format string. |
| Name | Description |
|---|---|
| FormatToClipboard(object) | Formats the specified object as a string. |