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