public ExcelCellLineStyle LineStyle { get; set; }Public Property LineStyle As ExcelCellLineStyle
Get
Setpublic:
property ExcelCellLineStyle LineStyle {
ExcelCellLineStyle get ();
void set (ExcelCellLineStyle value);
}member LineStyle : ExcelCellLineStyle with get, set