Table of Contents

Class IXLParagraphSpacingExtensions

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public static class IXLParagraphSpacingExtensions
Inheritance
IXLParagraphSpacingExtensions
Inherited Members

Methods

SetAuto<T>(T)

public static T SetAuto<T>(this T obj) where T : IXLParagraphSpacing

Parameters

obj T

Returns

T

Type Parameters

T

SetPercent<T>(T, double)

public static T SetPercent<T>(this T obj, double value) where T : IXLParagraphSpacing

Parameters

obj T
value double

Returns

T

Type Parameters

T

SetPoints<T>(T, double)

public static T SetPoints<T>(this T obj, double value) where T : IXLParagraphSpacing

Parameters

obj T
value double

Returns

T

Type Parameters

T