Interface IXLDrawingSize
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public interface IXLDrawingSize
- Extension Methods
-
Properties
AutomaticSize
bool AutomaticSize { get; set; }
Property Value
- bool
Height
double Height { get; set; }
Property Value
- double
Width
double Width { get; set; }
Property Value
- double
Methods
SetAutomaticSize()
IXLDrawingStyle SetAutomaticSize()
Returns
- IXLDrawingStyle
SetAutomaticSize(bool)
IXLDrawingStyle SetAutomaticSize(bool value)
Parameters
value bool
Returns
- IXLDrawingStyle
SetHeight(double)
IXLDrawingStyle SetHeight(double value)
Parameters
value double
Returns
- IXLDrawingStyle
SetWidth(double)
IXLDrawingStyle SetWidth(double value)
Parameters
value double
Returns
- IXLDrawingStyle