var alignment = style.Alignment;
cell.Style.Alignment = alignment;
More granular than that and you have to go to the individual properties themselves.↧
New Post: Passing style-able objects
↧
var alignment = style.Alignment;
cell.Style.Alignment = alignment;
More granular than that and you have to go to the individual properties themselves.