Interface IXLDrawingMargins
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public interface IXLDrawingMargins
- Extension Methods
-
Properties
All
Property Value
- double
Automatic
bool Automatic { get; set; }
Property Value
- bool
Bottom
double Bottom { get; set; }
Property Value
- double
Left
double Left { get; set; }
Property Value
- double
Right
double Right { get; set; }
Property Value
- double
Top
Property Value
- double
Methods
SetAll(double)
IXLDrawingStyle SetAll(double value)
Parameters
value double
Returns
- IXLDrawingStyle
SetAutomatic()
IXLDrawingStyle SetAutomatic()
Returns
- IXLDrawingStyle
SetAutomatic(bool)
IXLDrawingStyle SetAutomatic(bool value)
Parameters
value bool
Returns
- IXLDrawingStyle
SetBottom(double)
IXLDrawingStyle SetBottom(double value)
Parameters
value double
Returns
- IXLDrawingStyle
SetLeft(double)
IXLDrawingStyle SetLeft(double value)
Parameters
value double
Returns
- IXLDrawingStyle
SetRight(double)
IXLDrawingStyle SetRight(double value)
Parameters
value double
Returns
- IXLDrawingStyle
SetTop(double)
IXLDrawingStyle SetTop(double value)
Parameters
value double
Returns
- IXLDrawingStyle