API Reference
Class
Helpers
Provides helper methods used by OfficeIMO.Excel components.
Inheritance
- Object
- Helpers
Methods
public static Void Open(String filePath, Boolean open) #Returns:
VoidOpens the specified file using the default application.
Parameters
- filePath System.String
- Path to the file to open.
- open System.Boolean
- When true, the file is opened.
public static String ToHexColor(Color c) #Returns:
StringConverts a Color to a hexadecimal color string.
Parameters
- c SixLabors.ImageSharp.Color
- Color to convert.
Returns
Hexadecimal representation of the color.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object