Table of Contents

Interface ITextBox

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface ITextBox : IExcelApplication
Inherited Members

Properties

HAlignment

CommentHAlignType HAlignment { get; set; }

Property Value

CommentHAlignType

IsTextLocked

bool IsTextLocked { get; set; }

Property Value

bool

RichText

IRichTextString RichText { get; }

Property Value

IRichTextString

Text

string Text { get; set; }

Property Value

string

TextRotation

TextRotationType TextRotation { get; set; }

Property Value

TextRotationType

VAlignment

CommentVAlignType VAlignment { get; set; }

Property Value

CommentVAlignType