Search
ReportOptions.CellPadding Property
See Also
 





Gets or sets the padding of the resource cells, expressed in hundredths of an inch.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public int CellPadding { get; set; }

Visual Basic  Copy Code

Public Property CellPadding As Integer

 Property Value

An integer value, specifying the padding of the contents within cells. The padding is the distance between the contents and the cell border. The default is 2.

 See Also