Class CustomBorderStyle
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
Option class for customising border when saving to PDF.
public class CustomBorderStyle
- Inheritance
-
object
CustomBorderStyle
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
CustomBorderStyle()
public CustomBorderStyle()
Properties
BorderWidth
Gets or sets the width of a border when exporting to PDF.
public double BorderWidth { get; set; }
Property Value
- double
Dashes
Gets or sets the list records the length of each segment of the dashed line.
public List<double> Dashes { get; set; }
Property Value
- System.Collections.Generic.List<T><double>