[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellPadding.-ctor

CellPadding Constructor

CellPadding()

Initializes a new instance of the CellPadding class.

Declaration
public CellPadding()
Public Sub New()

CellPadding(int)

Initializes a new instance of the CellPadding class.

Declaration
public CellPadding(int all)
Public Sub New(all As Integer)
Parameters
Type Name Description
int all

The padding value, in pixels, for all edges.

CellPadding(CellPadding)

Initializes a new instance of the CellPadding class.

Declaration
public CellPadding(CellPadding cellPadding)
Public Sub New(cellPadding As CellPadding)
Parameters
Type Name Description
CellPadding cellPadding

The instance of CellPadding class that initializes the new instance.

CellPadding(int, int, int, int)

Initializes a new instance of the CellPadding class.

Declaration
public CellPadding(int left, int top, int right, int bottom)
Public Sub New(left As Integer, top As Integer, right As Integer, bottom As Integer)
Parameters
Type Name Description
int left

The padding value, in pixels, for left edge.

int top

The padding value, in pixels, for top edge.

int right

The padding value, in pixels, for right edge.

int bottom

The padding value, in pixels, for bottom edge.

CellPadding(SerializationInfo, StreamingContext)

Creates a new instance of the CellPadding class from serialization.

Declaration
protected CellPadding(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Serialization information

StreamingContext context

Streaming context