Class ExcelViewer
ExcelViewer viewer component
Inherited Members
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class ExcelViewer : Viewer
Constructors
| Improve this Doc View SourceExcelViewer()
Create ExcelViewer viewer component
Declaration
public ExcelViewer()
Methods
| Improve this Doc View SourceLoad(Byte[], String)
Show a simple blob in the viewer
Declaration
public override void Load(byte[] blob, string fileType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | blob | Blob content as byte array |
| System.String | fileType | file type, ending or mime type |
Overrides
| Improve this Doc View SourceUseViewer(String)
Proof, wether the current viewer support the fiven file type
Declaration
public override bool UseViewer(string fileType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fileType | File tpye as string |
Returns
| Type | Description |
|---|---|
| System.Boolean | True, if the viewer supprt the file type |