OfficeIMO

API Reference

Class

Helpers

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers static

Provides helper methods used by OfficeIMO.Excel components.

Inheritance

  • Object
  • Helpers

Methods

public static Void Open(String filePath, Boolean open) #
Returns: Void

Opens the specified file using the default application.

Parameters

filePath System.String requiredposition: 0
Path to the file to open.
open System.Boolean requiredposition: 1
When true, the file is opened.
public static String ToHexColor(Color c) #
Returns: String

Converts a Color to a hexadecimal color string.

Parameters

c SixLabors.ImageSharp.Color requiredposition: 0
Color to convert.

Returns

Hexadecimal representation of the color.