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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class InteriorArrayWrapper : XlsObject, 
	IInterior
Public Class InteriorArrayWrapper
	Inherits XlsObject
	Implements IInterior
public ref class InteriorArrayWrapper : public XlsObject, 
	IInterior
type InteriorArrayWrapper =  
    class
        inherit XlsObject
        interface IInterior
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
InteriorArrayWrapper(IXLSRange)
Initializes a new instance of the InteriorArrayWrapper class
AddReference()()()() (Inherited from XlsObject.)
BeginUpdate()()()()
CheckDisposed()()()() (Inherited from XlsObject.)
Color
Dispose()()()() (Inherited from XlsObject.)
EndUpdate()()()()
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillPattern
Finalize()()()() (Inherited from XlsObject.)
FindParent(Type) (Inherited from XlsObject.)
FindParent(array<Type>[]()[][]) (Inherited from XlsObject.)
FindParent(Type, Boolean) (Inherited from XlsObject.)
FindParents(array<Type>[]()[][]) (Inherited from XlsObject.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Gradient
KnownColor
m_bIsDisposed (Inherited from XlsObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnDispose()()()() (Inherited from XlsObject.)
Parent (Inherited from XlsObject.)
PatternColor
PatternKnownColor
ReferenceCount (Inherited from XlsObject.)
ReleaseReference()()()() (Inherited from XlsObject.)
SetParent(Object) (Inherited from XlsObject.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet..::..XlsObject
    Spire.Xls.Core.Spreadsheet..::..InteriorArrayWrapper

See Also