Interface ILabelShape
public interface ILabelShape : IShape, IExcelApplication
- Inherited Members
Properties
IsTextLocked
bool IsTextLocked { get; set; }
Property Value
Text
string Text { get; set; }
public interface ILabelShape : IShape, IExcelApplication
bool IsTextLocked { get; set; }
string Text { get; set; }