Interface TextBoxShapeBase
public interface TextBoxShapeBase : ITextBoxShape, ITextBox, IShape, IExcelApplication
- Inherited Members
Properties
FillColor
Color FillColor { get; set; }
Property Value
InnerBottomMargin
double InnerBottomMargin { get; set; }
Property Value
InnerLeftMargin
double InnerLeftMargin { get; set; }
Property Value
InnerRightMargin
double InnerRightMargin { get; set; }
Property Value
InnerTopMargin
double InnerTopMargin { get; set; }
Property Value
InsetMode
string InsetMode { get; set; }
Property Value
IsWrapText
bool IsWrapText { get; set; }