Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IComment : ITextBoxShape, 
	ITextBox, IExcelApplication, IShape
Public Interface IComment
	Inherits ITextBoxShape, ITextBox, IExcelApplication, IShape
public interface class IComment : ITextBoxShape, 
	ITextBox, IExcelApplication, IShape
type IComment =  
    interface
        interface ITextBoxShape
        interface ITextBox
        interface IExcelApplication
        interface IShape
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AlternativeText (Inherited from IShape.)
Author
AutoSize
Column
Fill (Inherited from IShape.)
Glow (Inherited from IShape.)
HAlignment (Inherited from ITextBox.)
Height (Inherited from IShape.)
HtmlString (Inherited from IShape.)
ID (Inherited from IShape.)
IsLockAspectRatio (Inherited from IShape.)
IsLocked (Inherited from IShape.)
IsPrintable (Inherited from IShape.)
IsSmartArt (Inherited from IShape.)
IsTextLocked (Inherited from ITextBox.)
IsVisible
Left (Inherited from IShape.)
Line (Inherited from ITextBoxShape.)
Name (Inherited from IShape.)
OnAction (Inherited from IShape.)
Parent (Inherited from IExcelApplication.)
Reflection (Inherited from IShape.)
Remove()()()() (Inherited from IShape.)
ResizeBehave (Inherited from IShape.)
RichText (Inherited from ITextBox.)
Rotation (Inherited from IShape.)
Row
Scale(Int32, Int32) (Inherited from IShape.)
Shadow (Inherited from IShape.)
ShapeType (Inherited from IShape.)
Text (Inherited from ITextBox.)
TextFrame (Inherited from IShape.)
TextRotation (Inherited from ITextBox.)
ThreeD (Inherited from IShape.)
Top (Inherited from IShape.)
VAlignment (Inherited from ITextBox.)
Visible (Inherited from IShape.)
Width (Inherited from IShape.)

See Also