a sandcastle documented class library · namespaces yogesh.excelxml alignmentoptions c# a...

Post on 09-Apr-2020

23 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

C#Namespaces►Yogesh.ExcelXml

ASandcastleDocumentedClassLibraryYogesh.ExcelXmlNamespace

[MissingnamespacesummarydocumentationforN:Yogesh.ExcelXml]

DeclarationSyntaxC# VisualBasic VisualC++

namespaceYogesh.ExcelXml

NamespaceYogesh.ExcelXml

namespaceYogesh.ExcelXml

TypesAllTypes Classes Enumerations

Icon Type DescriptionAlignmentOptions Getsorsetscell'salignmentoptions

AlignmentOptionsBase Getsorsetscell'salignmentoptions

Borderline Differentstyleofborderlines

BorderOptions Getsorsetstheborderoptions

BorderOptionsBase Getsorsetstheborderoptions

BorderSides Differenttypeofbordersides.

Cell Cellclassrepresentsasinglecellinaworksheet

CellCollection Representsastronglytypedlistofcellsthatcanbeaccessedbyindex.

CellIndexInfo CellIndexInformation

CellSettingsApplier Getsandsetsvariouscellandrangeproperties

Column Columnclassrepresentsacolumnpropertiesofasinglecolumninaworksheet

ContentType Thecellcontenttype

DisplayFormatType Thedefaultdisplayformatofthecellinexcel

DocumentProperties Getsorsetsdocumentproperties

ExcelXmlWorkbook Thisclassrepresentsaexcel

workbook

FontOptions Getsorsetscell'sfontoptions

FontOptionsBase Getsorsetscell'sfontoptions

Formula Formulaisaformulabuilderclasswhichcanbestoreddirectlyinacell

HorizontalAlignment Cell'shorizontalalignmentvalues

InteriorOptions Getsorsetscell'sinterioroptions

InteriorOptionsBase Getsorsetscell'sinterioroptions

PageLayout Pagelayout

PageOrientation Orientationmode

Parameter Parameterdenotesasingleparameterinaformula

ParameterType Formulaparametertypes

Pattern Differenttypesofcellbackgroundpatterns

PrintOptions Getsorsetsvarioussheetprintingoptions

Range Definesarangeofcells

Row Rowclassrepresentsasinglerowinaworksheet

Styles Styleclassforcells,rowsandworksheets

VerticalAlignment Cell'sverticalalignmentvalues

Worksheet Worksheetclassrepresentsasinglesheetinaworkbook

XmlStyle Styleclassforcells,rowsandworksheets

C#Namespaces►Yogesh.ExcelXml►AlignmentOptionsASandcastleDocumentedClassLibraryAlignmentOptionsClass

Getsorsetscell'salignmentoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicclassAlignmentOptions

PublicClassAlignmentOptions

publicrefclassAlignmentOptions

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

AlignmentOptions() Createsanewinstance

AlignmentOptions(AlignmentOptions) Createsanewinstancebasedonanotherinstance

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject.

(InheritedfromObject.)Finalize() AllowsanObjectto

attempttofreeresourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunction

foraparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthe

currentinstance.

(InheritedfromObject.)Horizontal Getsorsetshorizontal

alignmentofthecell

Indent Getsorsetstheindent

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Rotate Getsorsetsthetext

rotation

ShrinkToFit Getsorsetscell'sshrinktocellsetting

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Vertical Getsorsetsvertical

alignmentofthecell

WrapText Getsorsetstextwrapsetting

InheritanceHierarchyObjectAlignmentOptions

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptions►AlignmentOptions()

C#

ASandcastleDocumentedClassLibraryAlignmentOptionsConstructor

MembersIcon Member Description

AlignmentOptions() Createsanewinstance

AlignmentOptions(AlignmentOptions) Createsanewinstancebasedonanotherinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptions►AlignmentOptions()

C#

ASandcastleDocumentedClassLibraryAlignmentOptionsConstructor

Createsanewinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicAlignmentOptions()

PublicSubNew

public:

AlignmentOptions()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptions►AlignmentOptions(AlignmentOptions)

C#

ASandcastleDocumentedClassLibraryAlignmentOptionsConstructor(ao)

Createsanewinstancebasedonanotherinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicAlignmentOptions(

AlignmentOptionsao

)

PublicSubNew(_

aoAsAlignmentOptions_

)

public:

AlignmentOptions(

AlignmentOptions^ao

)

Parametersao(AlignmentOptions)

Instancetocopy

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptions►HorizontalC#

ASandcastleDocumentedClassLibraryHorizontalProperty

Getsorsetshorizontalalignmentofthecell

DeclarationSyntaxC# VisualBasic VisualC++

publicHorizontalAlignmentHorizontal{get;set;}

PublicPropertyHorizontalAsHorizontalAlignment

public:

virtualpropertyHorizontalAlignmentHorizontal{

HorizontalAlignmentget()sealed;

voidset(HorizontalAlignmentvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptions►IndentC#

ASandcastleDocumentedClassLibraryIndentProperty

Getsorsetstheindent

DeclarationSyntaxC# VisualBasic VisualC++

publicintIndent{get;set;}

PublicPropertyIndentAsInteger

public:

virtualpropertyintIndent{

intget()sealed;

voidset(intvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptions►RotateC#

ASandcastleDocumentedClassLibraryRotateProperty

Getsorsetsthetextrotation

DeclarationSyntaxC# VisualBasic VisualC++

publicintRotate{get;set;}

PublicPropertyRotateAsInteger

public:

virtualpropertyintRotate{

intget()sealed;

voidset(intvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptions►ShrinkToFitC#

ASandcastleDocumentedClassLibraryShrinkToFitProperty

Getsorsetscell'sshrinktocellsetting

DeclarationSyntaxC# VisualBasic VisualC++

publicboolShrinkToFit{get;set;}

PublicPropertyShrinkToFitAsBoolean

public:

virtualpropertyboolShrinkToFit{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptions►VerticalC#

ASandcastleDocumentedClassLibraryVerticalProperty

Getsorsetsverticalalignmentofthecell

DeclarationSyntaxC# VisualBasic VisualC++

publicVerticalAlignmentVertical{get;set;}

PublicPropertyVerticalAsVerticalAlignment

public:

virtualpropertyVerticalAlignmentVertical{

VerticalAlignmentget()sealed;

voidset(VerticalAlignmentvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptions►WrapTextC#

ASandcastleDocumentedClassLibraryWrapTextProperty

Getsorsetstextwrapsetting

DeclarationSyntaxC# VisualBasic VisualC++

publicboolWrapText{get;set;}

PublicPropertyWrapTextAsBoolean

public:

virtualpropertyboolWrapText{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptionsBaseC#

ASandcastleDocumentedClassLibraryAlignmentOptionsBaseClass

Getsorsetscell'salignmentoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicclassAlignmentOptionsBase:CellSettingsApplier

PublicClassAlignmentOptionsBase_

InheritsCellSettingsApplier

publicrefclassAlignmentOptionsBase:publicCellSettingsApplier

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)Horizontal Getsorsetshorizontalalignmentof

thecell

Indent Getsorsetstheindent

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Rotate Getsorsetsthetextrotation

ShrinkToFit Getsorsetscell'sshrinktocellsetting

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Vertical Getsorsetsverticalalignmentofthe

cell

WrapText Getsorsetstextwrapsetting

InheritanceHierarchyObjectCellSettingsApplier

AlignmentOptionsBase

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptionsBase►Horizontal

C#

ASandcastleDocumentedClassLibraryHorizontalProperty

Getsorsetshorizontalalignmentofthecell

DeclarationSyntaxC# VisualBasic VisualC++

publicHorizontalAlignmentHorizontal{get;set;}

PublicPropertyHorizontalAsHorizontalAlignment

public:

virtualpropertyHorizontalAlignmentHorizontal{

HorizontalAlignmentget()sealed;

voidset(HorizontalAlignmentvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptionsBase►IndentC#

ASandcastleDocumentedClassLibraryIndentProperty

Getsorsetstheindent

DeclarationSyntaxC# VisualBasic VisualC++

publicintIndent{get;set;}

PublicPropertyIndentAsInteger

public:

virtualpropertyintIndent{

intget()sealed;

voidset(intvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptionsBase►RotateC#

ASandcastleDocumentedClassLibraryRotateProperty

Getsorsetsthetextrotation

DeclarationSyntaxC# VisualBasic VisualC++

publicintRotate{get;set;}

PublicPropertyRotateAsInteger

public:

virtualpropertyintRotate{

intget()sealed;

voidset(intvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptionsBase►ShrinkToFit

C#

ASandcastleDocumentedClassLibraryShrinkToFitProperty

Getsorsetscell'sshrinktocellsetting

DeclarationSyntaxC# VisualBasic VisualC++

publicboolShrinkToFit{get;set;}

PublicPropertyShrinkToFitAsBoolean

public:

virtualpropertyboolShrinkToFit{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptionsBase►VerticalC#

ASandcastleDocumentedClassLibraryVerticalProperty

Getsorsetsverticalalignmentofthecell

DeclarationSyntaxC# VisualBasic VisualC++

publicVerticalAlignmentVertical{get;set;}

PublicPropertyVerticalAsVerticalAlignment

public:

virtualpropertyVerticalAlignmentVertical{

VerticalAlignmentget()sealed;

voidset(VerticalAlignmentvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►AlignmentOptionsBase►WrapText

C#

ASandcastleDocumentedClassLibraryWrapTextProperty

Getsorsetstextwrapsetting

DeclarationSyntaxC# VisualBasic VisualC++

publicboolWrapText{get;set;}

PublicPropertyWrapTextAsBoolean

public:

virtualpropertyboolWrapText{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►BorderlineASandcastleDocumentedClassLibraryBorderlineEnumeration

Differentstyleofborderlines

DeclarationSyntaxC# VisualBasic VisualC++

publicenumBorderline

PublicEnumerationBorderline

publicenumclassBorderline

MembersMember DescriptionContinuous Continuousline

Dash Dashline

DashDot DashDotline

DashDotDot DashDotDotline

Double Doubleline

Dot Dotline

SlantDashDot SlantDashDotline

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►BorderOptionsASandcastleDocumentedClassLibraryBorderOptionsClass

Getsorsetstheborderoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicclassBorderOptions

PublicClassBorderOptions

publicrefclassBorderOptions

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

BorderOptions() Createsanewinstance

BorderOptions(BorderOptions) Createsanewinstancebasedonanotherinstance

Color Getsorsetsbordercolor

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject.

(InheritedfromObject.)Finalize() AllowsanObjecttoattemptto

freeresourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrent

instance.

(InheritedfromObject.)LineStyle Getsorsetstheborderlinestyle

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Sides Getsorsetsthebordersideflags

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Weight Getsorsetsthewidthofthe

border

InheritanceHierarchyObjectBorderOptions

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptions►BorderOptions()C#

ASandcastleDocumentedClassLibraryBorderOptionsConstructor

MembersIcon Member Description

BorderOptions() Createsanewinstance

BorderOptions(BorderOptions) Createsanewinstancebasedonanotherinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptions►BorderOptions()C#

ASandcastleDocumentedClassLibraryBorderOptionsConstructor

Createsanewinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicBorderOptions()

PublicSubNew

public:

BorderOptions()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptions►BorderOptions(BorderOptions)

C#

ASandcastleDocumentedClassLibraryBorderOptionsConstructor(borderOptions)

Createsanewinstancebasedonanotherinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicBorderOptions(

BorderOptionsborderOptions

)

PublicSubNew(_

borderOptionsAsBorderOptions_

)

public:

BorderOptions(

BorderOptions^borderOptions

)

ParametersborderOptions(BorderOptions)

Instancetocopy

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptions►ColorC#

ASandcastleDocumentedClassLibraryColorProperty

Getsorsetsbordercolor

DeclarationSyntaxC# VisualBasic VisualC++

publicColorColor{get;set;}

PublicPropertyColorAsColor

public:

virtualpropertyColorColor{

Colorget()sealed;

voidset(Colorvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptions►LineStyleC#

ASandcastleDocumentedClassLibraryLineStyleProperty

Getsorsetstheborderlinestyle

DeclarationSyntaxC# VisualBasic VisualC++

publicBorderlineLineStyle{get;set;}

PublicPropertyLineStyleAsBorderline

public:

virtualpropertyBorderlineLineStyle{

Borderlineget()sealed;

voidset(Borderlinevalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptions►SidesC#

ASandcastleDocumentedClassLibrarySidesProperty

Getsorsetsthebordersideflags

DeclarationSyntaxC# VisualBasic VisualC++

publicBorderSidesSides{get;set;}

PublicPropertySidesAsBorderSides

public:

virtualpropertyBorderSidesSides{

BorderSidesget()sealed;

voidset(BorderSidesvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptions►WeightC#

ASandcastleDocumentedClassLibraryWeightProperty

Getsorsetsthewidthoftheborder

DeclarationSyntaxC# VisualBasic VisualC++

publicintWeight{get;set;}

PublicPropertyWeightAsInteger

public:

virtualpropertyintWeight{

intget()sealed;

voidset(intvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►BorderOptionsBaseASandcastleDocumentedClassLibraryBorderOptionsBaseClass

Getsorsetstheborderoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicclassBorderOptionsBase:CellSettingsApplier

PublicClassBorderOptionsBase_

InheritsCellSettingsApplier

publicrefclassBorderOptionsBase:publicCellSettingsApplier

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Color Getsorsetsbordercolor

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)

GetHashCode() Servesasahashfunctionforaparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)LineStyle Getsorsetstheborderlinestyle

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Sides Getsorsetsthebordersideflags

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Weight Getsorsetsthewidthoftheborder

InheritanceHierarchyObjectCellSettingsApplier

BorderOptionsBase

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptionsBase►ColorC#

ASandcastleDocumentedClassLibraryColorProperty

Getsorsetsbordercolor

DeclarationSyntaxC# VisualBasic VisualC++

publicColorColor{get;set;}

PublicPropertyColorAsColor

public:

virtualpropertyColorColor{

Colorget()sealed;

voidset(Colorvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptionsBase►LineStyleC#

ASandcastleDocumentedClassLibraryLineStyleProperty

Getsorsetstheborderlinestyle

DeclarationSyntaxC# VisualBasic VisualC++

publicBorderlineLineStyle{get;set;}

PublicPropertyLineStyleAsBorderline

public:

virtualpropertyBorderlineLineStyle{

Borderlineget()sealed;

voidset(Borderlinevalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptionsBase►SidesC#

ASandcastleDocumentedClassLibrarySidesProperty

Getsorsetsthebordersideflags

DeclarationSyntaxC# VisualBasic VisualC++

publicBorderSidesSides{get;set;}

PublicPropertySidesAsBorderSides

public:

virtualpropertyBorderSidesSides{

BorderSidesget()sealed;

voidset(BorderSidesvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►BorderOptionsBase►WeightC#

ASandcastleDocumentedClassLibraryWeightProperty

Getsorsetsthewidthoftheborder

DeclarationSyntaxC# VisualBasic VisualC++

publicintWeight{get;set;}

PublicPropertyWeightAsInteger

public:

virtualpropertyintWeight{

intget()sealed;

voidset(intvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►BorderSidesASandcastleDocumentedClassLibraryBorderSidesEnumeration

Differenttypeofbordersides.

DeclarationSyntaxC# VisualBasic VisualC++

[FlagsAttribute]

publicenumBorderSides

<FlagsAttribute>_

PublicEnumerationBorderSides

[FlagsAttribute]

publicenumclassBorderSides

MembersMember DescriptionNone Noborder

Top Cellhasatopborder

Left Cellhasaleftborder

Bottom Cellhasabotomborder

Right Cellhasarightborder

All Cellhasfullborderonallsides

RemarksMultiplevaluescanbecombinedbyanor(i.e."|")operation.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►CellASandcastleDocumentedClassLibraryCellClass

Cellclassrepresentsasinglecellinaworksheet

DeclarationSyntaxC# VisualBasic VisualC++

publicclassCell:Styles

PublicClassCell_

InheritsStyles

publicrefclassCell:publicStyles

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Alignment Getsorsetscellalignmentoptions

(InheritedfromStyles.)

Border Getsorsetsbordersettings

(InheritedfromStyles.)

Comment Getsorsetsthecommentforthecell

ContentType Returnsthecellcontenttype

CustomFormatString Getsorsetscustomdispkayformatstring

(InheritedfromStyles.)

Delete() Deletesacellfromtheparentrow

DisplayFormat Getsorsetsthecelldisplayformat

(InheritedfromStyles.)

Empty() Emptiesthecontentofacell

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)Font Getsorsetsthefontoptions

(InheritedfromStyles.)

GetHashCode() Servesasahashfunctionforaparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)

GetValue<T>() Getsthevalueofacellconvertedtoasystemtype

HRef Getsorsetstheaexternalreferenceasalink

Index Indexinformationofthecell

Interior Getsorsetsinterioroptions

(InheritedfromStyles.)

IsEmpty() Checkswhetherthecellhasnocontentandnocomment

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Style ReturnstheXmlStylereferenceofthe

cell

(InheritedfromStyles.)

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Unmerge() Unmergesacell

Value Getsorsetsthevalueofthecell

RemarksCellclassrepresentsasinglecellinaworksheet.

Youcannotdirectlydeclareainstanceofacellfromyourcodebyusingnewkeyword.Theonlywaytoaccessacellistoretrieveitfromaworksheetorarow.

InheritanceHierarchyObjectCellSettingsApplier

Styles Cell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Cell►CommentASandcastleDocumentedClassLibraryCommentProperty

Getsorsetsthecommentforthecell

DeclarationSyntaxC# VisualBasic VisualC++

publicstringComment{get;set;}

PublicPropertyCommentAsString

public:

propertyString^Comment{

String^get();

voidset(String^value);

}

RemarksCommentisinrawhtmlformatwhichmeansyoucaninsertboldanditalicsmarkersjustlikeregularhtml

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Cell►ContentTypeC#

ASandcastleDocumentedClassLibraryContentTypeProperty

Returnsthecellcontenttype

DeclarationSyntaxC# VisualBasic VisualC++

publicContentTypeContentType{get;}

PublicReadOnlyPropertyContentTypeAsContentType

public:

propertyContentTypeContentType{

ContentTypeget();

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Cell►Delete()ASandcastleDocumentedClassLibraryDeleteMethod

Deletesacellfromtheparentrow

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDelete()

PublicSubDelete

public:

voidDelete()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Cell►Empty()ASandcastleDocumentedClassLibraryEmptyMethod

Emptiesthecontentofacell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidEmpty()

PublicSubEmpty

public:

voidEmpty()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Cell►GetValue<T>()C#

ASandcastleDocumentedClassLibraryGetValue<T>Method

Getsthevalueofacellconvertedtoasystemtype

DeclarationSyntaxC# VisualBasic VisualC++

publicTGetValue<T>()

PublicFunctionGetValue(OfT)AsT

public:

generic<typenameT>

TGetValue()

GenericTemplateParametersT

Typetoconvertto

ReturnValueCellvalueconvertedtosystemtype

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Cell►HRefASandcastleDocumentedClassLibraryHRefProperty

Getsorsetstheaexternalreferenceasalink

DeclarationSyntaxC# VisualBasic VisualC++

publicstringHRef{get;set;}

PublicPropertyHRefAsString

public:

propertyString^HRef{

String^get();

voidset(String^value);

}

RemarksThevalueofHRefisnotverified.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Cell►IndexASandcastleDocumentedClassLibraryIndexProperty

Indexinformationofthecell

DeclarationSyntaxC# VisualBasic VisualC++

publicCellIndexInfoIndex{get;}

PublicReadOnlyPropertyIndexAsCellIndexInfo

public:

propertyCellIndexInfo^Index{

CellIndexInfo^get();

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Cell►IsEmpty()ASandcastleDocumentedClassLibraryIsEmptyMethod

Checkswhetherthecellhasnocontentandnocomment

DeclarationSyntaxC# VisualBasic VisualC++

publicboolIsEmpty()

PublicFunctionIsEmptyAsBoolean

public:

boolIsEmpty()

ReturnValuetrueifempty,falseotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Cell►Unmerge()ASandcastleDocumentedClassLibraryUnmergeMethod

Unmergesacell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidUnmerge()

PublicSubUnmerge

public:

voidUnmerge()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Cell►ValueASandcastleDocumentedClassLibraryValueProperty

Getsorsetsthevalueofthecell

DeclarationSyntaxC# VisualBasic VisualC++

publicObjectValue{get;set;}

PublicPropertyValueAsObject

public:

propertyObject^Value{

Object^get();

voidset(Object^value);

}

RemarksValuereturnsaboxedStringvalueofthecellorsetsthevalueofthecellto...

1. String2. Boolean3. Byte4. Int165. Int326. Int647. Double8. Decimal9. DateTime10. Cell11. Formula

Ifthetypeisnotanyoftheabove,cellvalueissettonull.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:

2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►CellCollectionASandcastleDocumentedClassLibraryCellCollectionClass

Representsastronglytypedlistofcellsthatcanbeaccessedbyindex.

DeclarationSyntaxC# VisualBasic VisualC++

publicclassCellCollection:List<Cell>

PublicClassCellCollection_

InheritsList(OfCell)

publicrefclassCellCollection:publicList<Cell^>

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

CellCollection()

Add(Range) Addsarangetothecollection

Add(Worksheet) Addsaworksheettothecollection

Add(Row) Addsarowtothecollection

Add(Cell,Predicate<Cell>) Addsasinglecelltothecollectionifitmatchesthefiltercondition

Add(Range,Predicate<Cell>) Addsarangetothecollectionifitmatchesthefiltercondition

Add(Worksheet,Predicate<Cell>) Addsaworksheettothecollectionifitmatchesthefiltercondition

Add(Row,Predicate<Cell>) Addsarowtothecollectionifitmatchesthefiltercondition

Add(T) AddsanobjecttotheendoftheList<T>.

(InheritedfromList<Cell>.)AddRange(IEnumerable<T>) Addstheelementsofthe

specifiedcollectiontotheendoftheList<T>.

(InheritedfromList<Cell>.)AsReadOnly() Returnsaread-only

IList<T>wrapperforthecurrentcollection.

(InheritedfromList<Cell>.)BinarySearch(Int32,Int32,T,IComparer<T>)

Searchesarangeofelementsinthesorted

List<T>foranelementusingthespecifiedcomparerandreturnsthezero-basedindexoftheelement.

(InheritedfromList<Cell>.)BinarySearch(T) Searchestheentiresorted

List<T>foranelementusingthedefaultcomparerandreturnsthezero-basedindexoftheelement.

(InheritedfromList<Cell>.)BinarySearch(T,IComparer<T>) Searchestheentiresorted

List<T>foranelementusingthespecifiedcomparerandreturnsthezero-basedindexoftheelement.

(InheritedfromList<Cell>.)Capacity Getsorsetsthetotal

numberofelementstheinternaldatastructurecanholdwithoutresizing.

(InheritedfromList<Cell>.)Clear() Removesallelementsfrom

theList<T>.

(InheritedfromList<Cell>.)

Contains(T) DetermineswhetheranelementisintheList<T>.

(InheritedfromList<Cell>.)

ConvertAll<TOutput>(Converter<T,TOutput>)

ConvertstheelementsinthecurrentList<T>toanothertype,andreturnsalistcontainingtheconvertedelements.

(InheritedfromList<Cell>.)CopyTo(T[]) CopiestheentireList<T>

toacompatibleone-dimensionalarray,startingatthebeginningofthetargetarray.

(InheritedfromList<Cell>.)CopyTo(Int32,T[],Int32,Int32) Copiesarangeofelements

fromtheList<T>toacompatibleone-dimensionalarray,startingatthespecifiedindexofthetargetarray.

(InheritedfromList<Cell>.)CopyTo(T[],Int32) CopiestheentireList<T>

toacompatibleone-dimensionalarray,startingatthespecifiedindexofthetargetarray.

(InheritedfromList<Cell>.)

Count GetsthenumberofelementsactuallycontainedintheList<T>.

(InheritedfromList<Cell>.)Equals(Object) Determineswhetherthe

specifiedObjectisequaltothecurrentObject.

(InheritedfromObject.)

Exists(Predicate<T>) DetermineswhethertheList<T>containselementsthatmatchtheconditionsdefinedbythespecifiedpredicate.

(InheritedfromList<Cell>.)Finalize() AllowsanObjectto

attempttofreeresourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)Find(Predicate<T>) Searchesforanelement

thatmatchestheconditionsdefinedbythespecifiedpredicate,andreturnsthefirstoccurrencewithintheentireList<T>.

(InheritedfromList<Cell>.)FindAll(Predicate<T>) Retrievestheallthe

elementsthatmatchtheconditionsdefinedbythespecifiedpredicate.

(InheritedfromList<Cell>.)FindIndex(Predicate<T>) Searchesforanelement

thatmatchestheconditionsdefinedbythespecifiedpredicate,andreturnsthezero-basedindexofthefirstoccurrencewithinthe

entireList<T>.

(InheritedfromList<Cell>.)FindIndex(Int32,Predicate<T>) Searchesforanelement

thatmatchestheconditionsdefinedbythespecifiedpredicate,andreturnsthezero-basedindexofthefirstoccurrencewithintherangeofelementsintheList<T>thatextendsfromthespecifiedindextothelastelement.

(InheritedfromList<Cell>.)FindIndex(Int32,Int32,Predicate<T>)

Searchesforanelementthatmatchestheconditionsdefinedbythespecifiedpredicate,andreturnsthezero-basedindexofthefirstoccurrencewithintherangeofelementsintheList<T>thatstartsatthespecifiedindexandcontainsthespecifiednumberofelements.

(InheritedfromList<Cell>.)

FindLast(Predicate<T>) Searchesforanelementthatmatchestheconditionsdefinedbythespecifiedpredicate,andreturnsthelastoccurrencewithintheentireList<T>.

(InheritedfromList<Cell>.)FindLastIndex(Predicate<T>) Searchesforanelement

thatmatchestheconditionsdefinedbythespecifiedpredicate,andreturnsthezero-basedindexofthelastoccurrencewithintheentireList<T>.

(InheritedfromList<Cell>.)FindLastIndex(Int32,Predicate<T>)

Searchesforanelementthatmatchestheconditionsdefinedbythespecifiedpredicate,andreturnsthezero-basedindexofthelastoccurrencewithintherangeofelementsintheList<T>thatextendsfromthefirstelementtothespecifiedindex.

(InheritedfromList<Cell>.)

FindLastIndex(Int32,Int32,Predicate<T>)

Searchesforanelementthatmatchestheconditionsdefinedbythespecifiedpredicate,andreturnsthezero-basedindexofthelastoccurrencewithintherangeofelementsintheList<T>thatcontainsthespecifiednumberofelementsandendsatthespecifiedindex.

(InheritedfromList<Cell>.)ForEach(Action<T>) Performsthespecified

actiononeachelementoftheList<T>.

(InheritedfromList<Cell>.)

GetEnumerator() ReturnsanenumeratorthatiteratesthroughtheList<T>.

(InheritedfromList<Cell>.)GetHashCode() Servesasahashfunction

foraparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)

GetRange(Int32,Int32) CreatesashallowcopyofarangeofelementsinthesourceList<T>.

(InheritedfromList<Cell>.)GetType() GetstheTypeofthe

currentinstance.

(InheritedfromObject.)IndexOf(T) Searchesforthespecified

objectandreturnsthezero-basedindexofthefirstoccurrencewithintheentireList<T>.

(InheritedfromList<Cell>.)IndexOf(T,Int32) Searchesforthespecified

objectandreturnsthezero-basedindexofthefirstoccurrencewithintherangeofelementsintheList<T>thatextendsfromthespecifiedindextothelastelement.

(InheritedfromList<Cell>.)

IndexOf(T,Int32,Int32) Searchesforthespecifiedobjectandreturnsthezero-basedindexofthefirstoccurrencewithintherangeofelementsintheList<T>thatstartsatthespecifiedindexandcontainsthespecifiednumberofelements.

(InheritedfromList<Cell>.)

Insert(Int32,T) InsertsanelementintotheList<T>atthespecifiedindex.

(InheritedfromList<Cell>.)InsertRange(Int32,IEnumerable<T>)

InsertstheelementsofacollectionintotheList<T>atthespecifiedindex.

(InheritedfromList<Cell>.)Item[Int32] Getsorsetstheelementat

thespecifiedindex.

(InheritedfromList<Cell>.)LastIndexOf(T) Searchesforthespecified

objectandreturnsthezero-basedindexofthelastoccurrencewithintheentireList<T>.

(InheritedfromList<Cell>.)LastIndexOf(T,Int32) Searchesforthespecified

objectandreturnsthezero-

basedindexofthelastoccurrencewithintherangeofelementsintheList<T>thatextendsfromthefirstelementtothespecifiedindex.

(InheritedfromList<Cell>.)LastIndexOf(T,Int32,Int32) Searchesforthespecified

objectandreturnsthezero-basedindexofthelastoccurrencewithintherangeofelementsintheList<T>thatcontainsthespecifiednumberofelementsandendsatthespecifiedindex.

(InheritedfromList<Cell>.)MemberwiseClone() Createsashallowcopyof

thecurrentObject.

(InheritedfromObject.)Remove(T) Removesthefirst

occurrenceofaspecificobjectfromtheList<T>.

(InheritedfromList<Cell>.)RemoveAll(Predicate<T>) Removestheallthe

elementsthatmatchtheconditionsdefinedbythespecifiedpredicate.

(InheritedfromList<Cell>.)

RemoveAt(Int32) RemovestheelementatthespecifiedindexoftheList<T>.

(InheritedfromList<Cell>.)

RemoveRange(Int32,Int32) RemovesarangeofelementsfromtheList<T>

(InheritedfromList<Cell>.)Reverse() Reversestheorderofthe

elementsintheentireList<T>.

(InheritedfromList<Cell>.)Reverse(Int32,Int32) Reversestheorderofthe

elementsinthespecifiedrange.

(InheritedfromList<Cell>.)Sort() Sortstheelementsinthe

entireList<T>usingthedefaultcomparer.

(InheritedfromList<Cell>.)Sort(IComparer<T>) Sortstheelementsinthe

entireList<T>usingthespecifiedcomparer.

(InheritedfromList<Cell>.)Sort(Int32,Int32,IComparer<T>) Sortstheelementsina

rangeofelementsinList<T>usingthespecifiedcomparer.

(InheritedfromList<Cell>.)Sort(Comparison<T>) Sortstheelementsinthe

entireList<T>usingthespecifiedComparison<T>

(InheritedfromList<Cell>.)

ToArray() CopiestheelementsoftheList<T>toanewarray.

(InheritedfromList<Cell>.)ToString() ReturnsaStringthat

representsthecurrentObject.

(InheritedfromObject.)TrimExcess() Setsthecapacitytothe

actualnumberofelementsintheList<T>,ifthatnumberislessthanathresholdvalue.

(InheritedfromList<Cell>.)TrueForAll(Predicate<T>) Determineswhetherevery

elementintheList<T>matchestheconditionsdefinedbythespecifiedpredicate.

(InheritedfromList<Cell>.)

InheritanceHierarchyObjectList<Cell>

CellCollection

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellCollection►CellCollection()C#

ASandcastleDocumentedClassLibraryCellCollectionConstructor

InitializesanewinstanceoftheCellCollectionclass.

DeclarationSyntaxC# VisualBasic VisualC++

publicCellCollection()

PublicSubNew

public:

CellCollection()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellCollection►Add()C#

ASandcastleDocumentedClassLibraryAddMethod

MembersIcon Member Description

Add(Range) Addsarangetothecollection

Add(Worksheet) Addsaworksheettothecollection

Add(Row) Addsarowtothecollection

Add(Cell,Predicate<Cell>)

Addsasinglecelltothecollectionifitmatchesthefiltercondition

Add(Range,Predicate<Cell>)

Addsarangetothecollectionifitmatchesthefiltercondition

Add(Worksheet,Predicate<Cell>)

Addsaworksheettothecollectionifitmatchesthefiltercondition

Add(Row,Predicate<Cell>)

Addsarowtothecollectionifitmatchesthefiltercondition

Add(T) AddsanobjecttotheendoftheList<T>.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellCollection►Add(Cell,Predicate<Cell>)

C#

ASandcastleDocumentedClassLibraryAddMethod(cell,filterCondition)

Addsasinglecelltothecollectionifitmatchesthefiltercondition

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Cellcell,

Predicate<Cell>filterCondition

)

PublicSubAdd(_

cellAsCell,_

filterConditionAsPredicate(OfCell)_

)

public:

voidAdd(

Cell^cell,

Predicate<Cell^>^filterCondition

)

Parameterscell(Cell)

Celltoadd

filterCondition(Predicate<Cell>)Filterpredicate

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellCollection►Add(Range)C#

ASandcastleDocumentedClassLibraryAddMethod(range)

Addsarangetothecollection

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Rangerange

)

PublicSubAdd(_

rangeAsRange_

)

public:

voidAdd(

Range^range

)

Parametersrange(Range)

Rangetoadd

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellCollection►Add(Range,Predicate<Cell>)

C#

ASandcastleDocumentedClassLibraryAddMethod(range,filterCondition)

Addsarangetothecollectionifitmatchesthefiltercondition

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Rangerange,

Predicate<Cell>filterCondition

)

PublicSubAdd(_

rangeAsRange,_

filterConditionAsPredicate(OfCell)_

)

public:

voidAdd(

Range^range,

Predicate<Cell^>^filterCondition

)

Parametersrange(Range)

Rangetoadd

filterCondition(Predicate<Cell>)Filterpredicate

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellCollection►Add(Row)C#

ASandcastleDocumentedClassLibraryAddMethod(row)

Addsarowtothecollection

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Rowrow

)

PublicSubAdd(_

rowAsRow_

)

public:

voidAdd(

Row^row

)

Parametersrow(Row)

Rowtoadd

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellCollection►Add(Row,Predicate<Cell>)

C#

ASandcastleDocumentedClassLibraryAddMethod(row,filterCondition)

Addsarowtothecollectionifitmatchesthefiltercondition

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Rowrow,

Predicate<Cell>filterCondition

)

PublicSubAdd(_

rowAsRow,_

filterConditionAsPredicate(OfCell)_

)

public:

voidAdd(

Row^row,

Predicate<Cell^>^filterCondition

)

Parametersrow(Row)

Rowtoadd

filterCondition(Predicate<Cell>)Filterpredicate

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellCollection►Add(Worksheet)C#

ASandcastleDocumentedClassLibraryAddMethod(ws)

Addsaworksheettothecollection

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Worksheetws

)

PublicSubAdd(_

wsAsWorksheet_

)

public:

voidAdd(

Worksheet^ws

)

Parametersws(Worksheet)

Worksheettoadd

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellCollection►Add(Worksheet,Predicate<Cell>)

C#

ASandcastleDocumentedClassLibraryAddMethod(ws,filterCondition)

Addsaworksheettothecollectionifitmatchesthefiltercondition

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Worksheetws,

Predicate<Cell>filterCondition

)

PublicSubAdd(_

wsAsWorksheet,_

filterConditionAsPredicate(OfCell)_

)

public:

voidAdd(

Worksheet^ws,

Predicate<Cell^>^filterCondition

)

Parametersws(Worksheet)

Worksheettoadd

filterCondition(Predicate<Cell>)Filterpredicate

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►CellIndexInfoASandcastleDocumentedClassLibraryCellIndexInfoClass

CellIndexInformation

DeclarationSyntaxC# VisualBasic VisualC++

publicclassCellIndexInfo

PublicClassCellIndexInfo

publicrefclassCellIndexInfo

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

ColumnIndex Columnindexstartingfrom0

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)ExcelColumnIndex Indexinexcelformat,eg.A1

Finalize() AllowsanObjecttoattempttofreeresourcesandperformothercleanupoperationsbeforetheObjectis

reclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)MemberwiseClone() Createsashallowcopyofthecurrent

Object.

(InheritedfromObject.)RowIndex Rowindexstartingfrom0

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)

InheritanceHierarchyObjectCellIndexInfo

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellIndexInfo►ColumnIndexC#

ASandcastleDocumentedClassLibraryColumnIndexProperty

Columnindexstartingfrom0

DeclarationSyntaxC# VisualBasic VisualC++

publicintColumnIndex{get;privateset;}

PublicPropertyColumnIndexAsInteger

public:

propertyintColumnIndex{

intget();

voidset(intvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellIndexInfo►ExcelColumnIndex

C#

ASandcastleDocumentedClassLibraryExcelColumnIndexProperty

Indexinexcelformat,eg.A1

DeclarationSyntaxC# VisualBasic VisualC++

publicstringExcelColumnIndex{get;privateset;}

PublicPropertyExcelColumnIndexAsString

public:

propertyString^ExcelColumnIndex{

String^get();

voidset(String^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►CellIndexInfo►RowIndexC#

ASandcastleDocumentedClassLibraryRowIndexProperty

Rowindexstartingfrom0

DeclarationSyntaxC# VisualBasic VisualC++

publicintRowIndex{get;privateset;}

PublicPropertyRowIndexAsInteger

public:

propertyintRowIndex{

intget();

voidset(intvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►CellSettingsApplierASandcastleDocumentedClassLibraryCellSettingsApplierClass

Getsandsetsvariouscellandrangeproperties

DeclarationSyntaxC# VisualBasic VisualC++

publicabstractclassCellSettingsApplier

PublicMustInheritClassCellSettingsApplier

publicrefclassCellSettingsApplierabstract

MembersAllMembers MethodsPublicProtected

InstanceStatic

DeclaredInherited

Icon Member DescriptionEquals(Object) Determineswhetherthespecified

ObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)MemberwiseClone() Createsashallowcopyofthecurrent

Object.

(InheritedfromObject.)ToString() ReturnsaStringthatrepresentsthe

currentObject.

(InheritedfromObject.)

InheritanceHierarchyObjectCellSettingsApplier

Styles FontOptionsBase InteriorOptionsBase AlignmentOptionsBase BorderOptionsBase

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►ColumnASandcastleDocumentedClassLibraryColumnClass

Columnclassrepresentsacolumnpropertiesofasinglecolumninaworksheet

DeclarationSyntaxC# VisualBasic VisualC++

publicclassColumn

PublicClassColumn

publicrefclassColumn

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithms

anddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)Hidden Getsorsetsthehiddenstatusofthe

column

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Style GetsorsetstheXmlStylereferenceof

thecolumn.

Settingthisoptiononlyaffectscellswhichareaddedafterthisvalueisset.Thecellswhichareaddedinthesamecolumnretaintheiroriginalstylesettings.

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Width Getsorsetsthedefaultwidthofthe

column

RemarksColumnclassrepresentsacolumnpropertiesofasinglecolumninaworksheet.

Youcannotdirectlydeclareainstanceofacolumnclassfromyourcodebyusingnewkeyword.TheonlywaytoaccessacolumnistoretrieveitfromaworksheetbyusingtheColumns(Int32)methodoftheWorksheetclass.

InheritanceHierarchyObjectColumn

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Column►HiddenASandcastleDocumentedClassLibraryHiddenProperty

Getsorsetsthehiddenstatusofthecolumn

DeclarationSyntaxC# VisualBasic VisualC++

publicboolHidden{get;set;}

PublicPropertyHiddenAsBoolean

public:

propertyboolHidden{

boolget();

voidset(boolvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Column►StyleASandcastleDocumentedClassLibraryStyleProperty

GetsorsetstheXmlStylereferenceofthecolumn.

Settingthisoptiononlyaffectscellswhichareaddedafterthisvalueisset.Thecellswhichareaddedinthesamecolumnretaintheiroriginalstylesettings.

DeclarationSyntaxC# VisualBasic VisualC++

publicXmlStyleStyle{get;set;}

PublicPropertyStyleAsXmlStyle

public:

propertyXmlStyle^Style{

XmlStyle^get();

voidset(XmlStyle^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Column►WidthASandcastleDocumentedClassLibraryWidthProperty

Getsorsetsthedefaultwidthofthecolumn

DeclarationSyntaxC# VisualBasic VisualC++

publicdoubleWidth{get;set;}

PublicPropertyWidthAsDouble

public:

propertydoubleWidth{

doubleget();

voidset(doublevalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►ContentTypeASandcastleDocumentedClassLibraryContentTypeEnumeration

Thecellcontenttype

DeclarationSyntaxC# VisualBasic VisualC++

publicenumContentType

PublicEnumerationContentType

publicenumclassContentType

MembersMember DescriptionNone Celldoesnotcontainanything

String Cellcontainsastring

Number Cellcontainsanumber

DateTime CellcontainsaDateTimevalue

Boolean Cellcontainsaboolvalue

Formula Cellcontainsaformula

UnresolvedValue Cellcontainsaformulawhichcannotberesolved

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►DisplayFormatType

ASandcastleDocumentedClassLibraryDisplayFormatTypeEnumeration

Thedefaultdisplayformatofthecellinexcel

DeclarationSyntaxC# VisualBasic VisualC++

publicenumDisplayFormatType

PublicEnumerationDisplayFormatType

publicenumclassDisplayFormatType

MembersMember DescriptionNone Generalformat

Text Displaysanythingastext(i.e.Leftalignedwithoutformatting)

Fixed Displaysnumericvalueswithtwofixeddecimals

Standard Displaysnumericvalueswithtwofixeddecimalsanddigitgrouping

Percent Displaysnumericvaluesaspercentagevalues

Scientific Displaysnumericvaluesinscientificnotation

GeneralDate Displaysnumericordatevaluesasformatteddatevalues

ShortDate Displaysnumericordatevaluesasshortdateformat

LongDate Displaysnumericordatevaluesaslongdateformat

Time Displaysnumericordatevaluesintimeformat

Custom Customdefinedformat

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►DocumentPropertiesC#

ASandcastleDocumentedClassLibraryDocumentPropertiesClass

Getsorsetsdocumentproperties

DeclarationSyntaxC# VisualBasic VisualC++

publicclassDocumentProperties

PublicClassDocumentProperties

publicrefclassDocumentProperties

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

DocumentProperties() Createsaninstancewithemptydocumentproperties

Author Getsorsetstheauthoroftheworkbook

Company Getsorsetsthecompanyoftheworkbook

Equals(Object) Determineswhetherthespecified

ObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)LastAuthor Getsorsetsthelastauthorofthe

workbook

Manager Getsorsetsthemanageroftheworkbook

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Subject Getsorsetsthesubjectofthe

workbook

Title Getsorsetsthetitleoftheworkbook

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)

InheritanceHierarchyObjectDocumentProperties

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►DocumentProperties►DocumentProperties()

C#

ASandcastleDocumentedClassLibraryDocumentPropertiesConstructor

Createsaninstancewithemptydocumentproperties

DeclarationSyntaxC# VisualBasic VisualC++

publicDocumentProperties()

PublicSubNew

public:

DocumentProperties()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►DocumentProperties►AuthorC#

ASandcastleDocumentedClassLibraryAuthorProperty

Getsorsetstheauthoroftheworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicstringAuthor{get;set;}

PublicPropertyAuthorAsString

public:

propertyString^Author{

String^get();

voidset(String^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►DocumentProperties►CompanyC#

ASandcastleDocumentedClassLibraryCompanyProperty

Getsorsetsthecompanyoftheworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicstringCompany{get;set;}

PublicPropertyCompanyAsString

public:

propertyString^Company{

String^get();

voidset(String^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►DocumentProperties►LastAuthor

C#

ASandcastleDocumentedClassLibraryLastAuthorProperty

Getsorsetsthelastauthoroftheworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicstringLastAuthor{get;set;}

PublicPropertyLastAuthorAsString

public:

propertyString^LastAuthor{

String^get();

voidset(String^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►DocumentProperties►ManagerC#

ASandcastleDocumentedClassLibraryManagerProperty

Getsorsetsthemanageroftheworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicstringManager{get;set;}

PublicPropertyManagerAsString

public:

propertyString^Manager{

String^get();

voidset(String^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►DocumentProperties►SubjectC#

ASandcastleDocumentedClassLibrarySubjectProperty

Getsorsetsthesubjectoftheworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicstringSubject{get;set;}

PublicPropertySubjectAsString

public:

propertyString^Subject{

String^get();

voidset(String^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►DocumentProperties►TitleC#

ASandcastleDocumentedClassLibraryTitleProperty

Getsorsetsthetitleoftheworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicstringTitle{get;set;}

PublicPropertyTitleAsString

public:

propertyString^Title{

String^get();

voidset(String^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbookASandcastleDocumentedClassLibraryExcelXmlWorkbookClass

Thisclassrepresentsaexcelworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicclassExcelXmlWorkbook

PublicClassExcelXmlWorkbook

publicrefclassExcelXmlWorkbook

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

ExcelXmlWorkbook() Createsanewinstance

Add() Addsanewsheetattheendofallsheets

Add(String) Addsanewsheetattheendofallsheets

AddNamedRange(Range,String)

Addanamedrangetothebookwithabookscope

DataSetToWorkbook(DataSet) Convertsadatasettoaworkbook

DefaultStyle Getsorsetsdefaultfontoptionsofthesheet

DeleteSheet(Int32) Deleteasheetbyindex

DeleteSheet(String) Deleteasheetbyname

DeleteSheet(Worksheet) Deleteasheetbyinstance

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject.

(InheritedfromObject.)Export(String) Exporttheworkbooktoafile

Export(Stream) Exporttheworkbooktoastream

Finalize() AllowsanObjecttoattempttofreeresourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)

GetHashCode() Servesasahashfunctionforaparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetSheetByName(String) GetsaWorksheetreference

matchingaparticularname

GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)Import(String) Importsaexcelxmlworkbookinto

aExcelXmlWorkbookinstance

Import(Stream) ImportsaexcelxmlworkbookintoaExcelXmlWorkbookinstance

InsertAfter(Int32) Insertanewsheetafteranothersheet

InsertAfter(String) Insertanewsheetafteranothersheet

InsertAfter(Worksheet) Insertanewsheetafteranothersheet

InsertBefore(Int32) Insertanewsheetbeforeanothersheet

InsertBefore(String) Insertanewsheetbeforeanothersheet

InsertBefore(Worksheet) Insertanewsheetbeforeanothersheet

Item[Int32] Returnsthesheetatagivenposition

Item[String] Returnsthesheetbysheetname

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Properties Getsorsetsdocumentproperties

SheetCount Thenumberofsheetsinthisboook

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)

InheritanceHierarchyObjectExcelXmlWorkbook

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►ExcelXmlWorkbook()

C#

ASandcastleDocumentedClassLibraryExcelXmlWorkbookConstructor

Createsanewinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicExcelXmlWorkbook()

PublicSubNew

public:

ExcelXmlWorkbook()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Add()C#

ASandcastleDocumentedClassLibraryAddMethod

MembersIcon Member Description

Add() Addsanewsheetattheendofallsheets

Add(String) Addsanewsheetattheendofallsheets

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Add()C#

ASandcastleDocumentedClassLibraryAddMethod

Addsanewsheetattheendofallsheets

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetAdd()

PublicFunctionAddAsWorksheet

public:

Worksheet^Add()

ReturnValueNewWorksheetinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Add(String)

C#

ASandcastleDocumentedClassLibraryAddMethod(sheetName)

Addsanewsheetattheendofallsheets

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetAdd(

stringsheetName

)

PublicFunctionAdd(_

sheetNameAsString_

)AsWorksheet

public:

Worksheet^Add(

String^sheetName

)

ParameterssheetName(String)

Sheetname

ReturnValueNewWorksheetinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►AddNamedRange(Range,String)

C#

ASandcastleDocumentedClassLibraryAddNamedRangeMethod(range,name)

Addanamedrangetothebookwithabookscope

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAddNamedRange(

Rangerange,

stringname

)

PublicSubAddNamedRange(_

rangeAsRange,_

nameAsString_

)

public:

voidAddNamedRange(

Range^range,

String^name

)

Parametersrange(Range)

Rangetobenamed

name(String)Nameoftherange

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►DataSetToWorkbook(DataSet)

C#

ASandcastleDocumentedClassLibraryDataSetToWorkbookMethod(source)

Convertsadatasettoaworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicstaticExcelXmlWorkbookDataSetToWorkbook(

DataSetsource

)

PublicSharedFunctionDataSetToWorkbook(_

sourceAsDataSet_

)AsExcelXmlWorkbook

public:

staticExcelXmlWorkbook^DataSetToWorkbook(

DataSet^source

)

Parameterssource(DataSet)

Thesourcedatasettoconverttoaworkbook

ReturnValueReturnstheExcelXmlWorkbookforthedataset.

RemarksAllthetablesareconvertedintosheetswithsheetnamesastable+tablenumber,eg."Table0""Table1"etc.SupportedtypeswhichcanbesuccessfullyconvertedtocellsarethesameasdescribedinCellexceptCellandFormula

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►DefaultStyle

C#

ASandcastleDocumentedClassLibraryDefaultStyleProperty

Getsorsetsdefaultfontoptionsofthesheet

DeclarationSyntaxC# VisualBasic VisualC++

publicXmlStyleDefaultStyle{get;set;}

PublicPropertyDefaultStyleAsXmlStyle

public:

propertyXmlStyle^DefaultStyle{

XmlStyle^get();

voidset(XmlStyle^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►DeleteSheet()

C#

ASandcastleDocumentedClassLibraryDeleteSheetMethod

MembersIcon Member Description

DeleteSheet(Int32) Deleteasheetbyindex

DeleteSheet(String) Deleteasheetbyname

DeleteSheet(Worksheet) Deleteasheetbyinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►DeleteSheet(Int32)

C#

ASandcastleDocumentedClassLibraryDeleteSheetMethod(index)

Deleteasheetbyindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteSheet(

intindex

)

PublicSubDeleteSheet(_

indexAsInteger_

)

public:

voidDeleteSheet(

intindex

)

Parametersindex(Int32)

Indexnumberofsheettodelete

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►DeleteSheet(String)

C#

ASandcastleDocumentedClassLibraryDeleteSheetMethod(sheetName)

Deleteasheetbyname

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteSheet(

stringsheetName

)

PublicSubDeleteSheet(_

sheetNameAsString_

)

public:

voidDeleteSheet(

String^sheetName

)

ParameterssheetName(String)

Nameofsheettodelete

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►DeleteSheet(Worksheet)

C#

ASandcastleDocumentedClassLibraryDeleteSheetMethod(ws)

Deleteasheetbyinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteSheet(

Worksheetws

)

PublicSubDeleteSheet(_

wsAsWorksheet_

)

public:

voidDeleteSheet(

Worksheet^ws

)

Parametersws(Worksheet)

Instanceofsheettodelete

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Export()C#

ASandcastleDocumentedClassLibraryExportMethod

MembersIcon Member Description

Export(String) Exporttheworkbooktoafile

Export(Stream) Exporttheworkbooktoastream

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Export(Stream)

C#

ASandcastleDocumentedClassLibraryExportMethod(stream)

Exporttheworkbooktoastream

DeclarationSyntaxC# VisualBasic VisualC++

publicboolExport(

Streamstream

)

PublicFunctionExport(_

streamAsStream_

)AsBoolean

public:

boolExport(

Stream^stream

)

Parametersstream(Stream)

Outputstream

ReturnValuetrueiftheexportwassuccessful,falseotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Export(String)

C#

ASandcastleDocumentedClassLibraryExportMethod(fileName)

Exporttheworkbooktoafile

DeclarationSyntaxC# VisualBasic VisualC++

publicboolExport(

stringfileName

)

PublicFunctionExport(_

fileNameAsString_

)AsBoolean

public:

boolExport(

String^fileName

)

ParametersfileName(String)

Outputfilename

ReturnValuetrueiftheexportwassuccessful,falseotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►GetSheetByName(String)

C#

ASandcastleDocumentedClassLibraryGetSheetByNameMethod(sheetName)

GetsaWorksheetreferencematchingaparticularname

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetGetSheetByName(

stringsheetName

)

PublicFunctionGetSheetByName(_

sheetNameAsString_

)AsWorksheet

public:

Worksheet^GetSheetByName(

String^sheetName

)

ParameterssheetName(String)

Nametofind

ReturnValuereturnsinstanceofmatchingsheet,nullotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Import()C#

ASandcastleDocumentedClassLibraryImportMethod

MembersIcon Member Description

Import(String) ImportsaexcelxmlworkbookintoaExcelXmlWorkbookinstance

Import(Stream) ImportsaexcelxmlworkbookintoaExcelXmlWorkbookinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Import(Stream)

C#

ASandcastleDocumentedClassLibraryImportMethod(stream)

ImportsaexcelxmlworkbookintoaExcelXmlWorkbookinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicstaticExcelXmlWorkbookImport(

Streamstream

)

PublicSharedFunctionImport(_

streamAsStream_

)AsExcelXmlWorkbook

public:

staticExcelXmlWorkbook^Import(

Stream^stream

)

Parametersstream(Stream)

Streamtoimport

ReturnValueIfimportwassuccessful,theExcelXmlWorkbookinstance,nullotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Import(String)

C#

ASandcastleDocumentedClassLibraryImportMethod(importFile)

ImportsaexcelxmlworkbookintoaExcelXmlWorkbookinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicstaticExcelXmlWorkbookImport(

stringimportFile

)

PublicSharedFunctionImport(_

importFileAsString_

)AsExcelXmlWorkbook

public:

staticExcelXmlWorkbook^Import(

String^importFile

)

ParametersimportFile(String)

Filetoimport

ReturnValueIfimportwassuccessful,theExcelXmlWorkbookinstance,nullotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►InsertAfter()

C#

ASandcastleDocumentedClassLibraryInsertAfterMethod

MembersIcon Member Description

InsertAfter(Int32) Insertanewsheetafteranothersheet

InsertAfter(String) Insertanewsheetafteranothersheet

InsertAfter(Worksheet) Insertanewsheetafteranothersheet

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►InsertAfter(Int32)

C#

ASandcastleDocumentedClassLibraryInsertAfterMethod(index)

Insertanewsheetafteranothersheet

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetInsertAfter(

intindex

)

PublicFunctionInsertAfter(_

indexAsInteger_

)AsWorksheet

public:

Worksheet^InsertAfter(

intindex

)

Parametersindex(Int32)

Indexofsheetafterwhichnewsheetwillbeadded

ReturnValueNewworksheetinstance

RemarksIfindexisnotinbounds,thenewsheetisaddedtotheendofallsheets

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►InsertAfter(String)

C#

ASandcastleDocumentedClassLibraryInsertAfterMethod(sheetName)

Insertanewsheetafteranothersheet

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetInsertAfter(

stringsheetName

)

PublicFunctionInsertAfter(_

sheetNameAsString_

)AsWorksheet

public:

Worksheet^InsertAfter(

String^sheetName

)

ParameterssheetName(String)

Nameofsheetafterwhichnewsheetwillbeadded

ReturnValueNewworksheetinstance

RemarksIfsheetisnotfound,thenewsheetisaddedtotheendofallsheets

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►InsertAfter(Worksheet)

C#

ASandcastleDocumentedClassLibraryInsertAfterMethod(ws)

Insertanewsheetafteranothersheet

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetInsertAfter(

Worksheetws

)

PublicFunctionInsertAfter(_

wsAsWorksheet_

)AsWorksheet

public:

Worksheet^InsertAfter(

Worksheet^ws

)

Parametersws(Worksheet)

Instanceofsheetafterwhichnewsheetwillbeadded

ReturnValueNewworksheetinstance

RemarksIfsheetisnotfound,thenewsheetisaddedtotheendofallsheets

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►InsertBefore()

C#

ASandcastleDocumentedClassLibraryInsertBeforeMethod

MembersIcon Member Description

InsertBefore(Int32) Insertanewsheetbeforeanothersheet

InsertBefore(String) Insertanewsheetbeforeanothersheet

InsertBefore(Worksheet) Insertanewsheetbeforeanothersheet

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►InsertBefore(Int32)

C#

ASandcastleDocumentedClassLibraryInsertBeforeMethod(index)

Insertanewsheetbeforeanothersheet

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetInsertBefore(

intindex

)

PublicFunctionInsertBefore(_

indexAsInteger_

)AsWorksheet

public:

Worksheet^InsertBefore(

intindex

)

Parametersindex(Int32)

Indexofsheetbeforewhichnewsheetwillbeadded

ReturnValueNewworksheetinstance

RemarksIfindexislessthan0,thenewsheetisaddedtotheendofallsheets

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►InsertBefore(String)

C#

ASandcastleDocumentedClassLibraryInsertBeforeMethod(sheetName)

Insertanewsheetbeforeanothersheet

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetInsertBefore(

stringsheetName

)

PublicFunctionInsertBefore(_

sheetNameAsString_

)AsWorksheet

public:

Worksheet^InsertBefore(

String^sheetName

)

ParameterssheetName(String)

Nameofsheetbeforewhichnewsheetwillbeadded

ReturnValueNewworksheetinstance

RemarksIfsheetisnotfound,thenewsheetisaddedtotheendofallsheets

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►InsertBefore(Worksheet)

C#

ASandcastleDocumentedClassLibraryInsertBeforeMethod(ws)

Insertanewsheetbeforeanothersheet

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetInsertBefore(

Worksheetws

)

PublicFunctionInsertBefore(_

wsAsWorksheet_

)AsWorksheet

public:

Worksheet^InsertBefore(

Worksheet^ws

)

Parametersws(Worksheet)

Instanceofsheetbeforewhichnewsheetwillbeadded

ReturnValueNewworksheetinstance

RemarksIfsheetisnotfound,thenewsheetisaddedtotheendofallsheets

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►ItemC#

ASandcastleDocumentedClassLibraryItemProperty

MembersIcon Member Description

Item[Int32] Returnsthesheetatagivenposition

Item[String] Returnsthesheetbysheetname

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Item[Int32]C#

ASandcastleDocumentedClassLibraryItemProperty(index)

Returnsthesheetatagivenposition

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetthis[

intindex

]{get;}

PublicReadOnlyDefaultPropertyItem(_

indexAsInteger_

)AsWorksheet

public:

propertyWorksheet^default[intindex]{

Worksheet^get(intindex);

}

Parametersindex(Int32)

IndexoftheWorksheetstartingfrom0

ReturnValueWorksheetreferencetotherequestedsheet

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►Item[String]

C#

ASandcastleDocumentedClassLibraryItemProperty(sheetName)

Returnsthesheetbysheetname

DeclarationSyntaxC# VisualBasic VisualC++

publicWorksheetthis[

stringsheetName

]{get;}

PublicReadOnlyDefaultPropertyItem(_

sheetNameAsString_

)AsWorksheet

public:

propertyWorksheet^default[String^sheetName]{

Worksheet^get(String^sheetName);

}

ParameterssheetName(String)

NameofWorksheet

ReturnValueWorksheetreferencetotherequestedsheet

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►PropertiesC#

ASandcastleDocumentedClassLibraryPropertiesProperty

Getsorsetsdocumentproperties

DeclarationSyntaxC# VisualBasic VisualC++

publicDocumentPropertiesProperties{get;set;}

PublicPropertyPropertiesAsDocumentProperties

public:

propertyDocumentProperties^Properties{

DocumentProperties^get();

voidset(DocumentProperties^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►ExcelXmlWorkbook►SheetCount

C#

ASandcastleDocumentedClassLibrarySheetCountProperty

Thenumberofsheetsinthisboook

DeclarationSyntaxC# VisualBasic VisualC++

publicintSheetCount{get;}

PublicReadOnlyPropertySheetCountAsInteger

public:

propertyintSheetCount{

intget();

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►FontOptionsASandcastleDocumentedClassLibraryFontOptionsClass

Getsorsetscell'sfontoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicclassFontOptions

PublicClassFontOptions

publicrefclassFontOptions

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

FontOptions() Createsanewinstance

FontOptions(FontOptions) Createsanewinstancebasedonanotherinstance

Bold Getsorsetsfont'sboldproperty

Color Getsorsetsfont'scolor

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject.

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrent

instance.

(InheritedfromObject.)Italic Getsorsetsfont'sitalicproperty

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Name Getsorsetsthenameofthefont

Size Getsorsetsthesizeofthefont

Strikeout Getsorsetsfont'sstrike-throughproperty

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Underline Getsorsetsfont'sunderlineproperty

InheritanceHierarchyObjectFontOptions

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►FontOptions()C#

ASandcastleDocumentedClassLibraryFontOptionsConstructor

MembersIcon Member Description

FontOptions() Createsanewinstance

FontOptions(FontOptions) Createsanewinstancebasedonanotherinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►FontOptions()C#

ASandcastleDocumentedClassLibraryFontOptionsConstructor

Createsanewinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicFontOptions()

PublicSubNew

public:

FontOptions()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►FontOptions(FontOptions)

C#

ASandcastleDocumentedClassLibraryFontOptionsConstructor(fo)

Createsanewinstancebasedonanotherinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicFontOptions(

FontOptionsfo

)

PublicSubNew(_

foAsFontOptions_

)

public:

FontOptions(

FontOptions^fo

)

Parametersfo(FontOptions)

Instancetocopy

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►BoldC#

ASandcastleDocumentedClassLibraryBoldProperty

Getsorsetsfont'sboldproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicboolBold{get;set;}

PublicPropertyBoldAsBoolean

public:

virtualpropertyboolBold{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►ColorC#

ASandcastleDocumentedClassLibraryColorProperty

Getsorsetsfont'scolor

DeclarationSyntaxC# VisualBasic VisualC++

publicColorColor{get;set;}

PublicPropertyColorAsColor

public:

virtualpropertyColorColor{

Colorget()sealed;

voidset(Colorvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►ItalicC#

ASandcastleDocumentedClassLibraryItalicProperty

Getsorsetsfont'sitalicproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicboolItalic{get;set;}

PublicPropertyItalicAsBoolean

public:

virtualpropertyboolItalic{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►NameC#

ASandcastleDocumentedClassLibraryNameProperty

Getsorsetsthenameofthefont

DeclarationSyntaxC# VisualBasic VisualC++

publicstringName{get;set;}

PublicPropertyNameAsString

public:

virtualpropertyString^Name{

String^get()sealed;

voidset(String^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►SizeC#

ASandcastleDocumentedClassLibrarySizeProperty

Getsorsetsthesizeofthefont

DeclarationSyntaxC# VisualBasic VisualC++

publicintSize{get;set;}

PublicPropertySizeAsInteger

public:

virtualpropertyintSize{

intget()sealed;

voidset(intvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►StrikeoutC#

ASandcastleDocumentedClassLibraryStrikeoutProperty

Getsorsetsfont'sstrike-throughproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicboolStrikeout{get;set;}

PublicPropertyStrikeoutAsBoolean

public:

virtualpropertyboolStrikeout{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptions►UnderlineC#

ASandcastleDocumentedClassLibraryUnderlineProperty

Getsorsetsfont'sunderlineproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicboolUnderline{get;set;}

PublicPropertyUnderlineAsBoolean

public:

virtualpropertyboolUnderline{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►FontOptionsBaseASandcastleDocumentedClassLibraryFontOptionsBaseClass

Getsorsetscell'sfontoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicclassFontOptionsBase:CellSettingsApplier

PublicClassFontOptionsBase_

InheritsCellSettingsApplier

publicrefclassFontOptionsBase:publicCellSettingsApplier

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Bold Getsorsetsfont'sboldproperty

Color Getsorsetsfont'scolor

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanup

operationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)Italic Getsorsetsfont'sitalicproperty

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Name Getsorsetsthenameofthefont

Size Getsorsetsthesizeofthefont

Strikeout Getsorsetsfont'sstrike-throughproperty

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Underline Getsorsetsfont'sunderlineproperty

InheritanceHierarchyObjectCellSettingsApplier

FontOptionsBase

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptionsBase►BoldC#

ASandcastleDocumentedClassLibraryBoldProperty

Getsorsetsfont'sboldproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicboolBold{get;set;}

PublicPropertyBoldAsBoolean

public:

virtualpropertyboolBold{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptionsBase►ColorC#

ASandcastleDocumentedClassLibraryColorProperty

Getsorsetsfont'scolor

DeclarationSyntaxC# VisualBasic VisualC++

publicColorColor{get;set;}

PublicPropertyColorAsColor

public:

virtualpropertyColorColor{

Colorget()sealed;

voidset(Colorvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptionsBase►ItalicC#

ASandcastleDocumentedClassLibraryItalicProperty

Getsorsetsfont'sitalicproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicboolItalic{get;set;}

PublicPropertyItalicAsBoolean

public:

virtualpropertyboolItalic{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptionsBase►NameC#

ASandcastleDocumentedClassLibraryNameProperty

Getsorsetsthenameofthefont

DeclarationSyntaxC# VisualBasic VisualC++

publicstringName{get;set;}

PublicPropertyNameAsString

public:

virtualpropertyString^Name{

String^get()sealed;

voidset(String^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptionsBase►SizeC#

ASandcastleDocumentedClassLibrarySizeProperty

Getsorsetsthesizeofthefont

DeclarationSyntaxC# VisualBasic VisualC++

publicintSize{get;set;}

PublicPropertySizeAsInteger

public:

virtualpropertyintSize{

intget()sealed;

voidset(intvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptionsBase►StrikeoutC#

ASandcastleDocumentedClassLibraryStrikeoutProperty

Getsorsetsfont'sstrike-throughproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicboolStrikeout{get;set;}

PublicPropertyStrikeoutAsBoolean

public:

virtualpropertyboolStrikeout{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►FontOptionsBase►UnderlineC#

ASandcastleDocumentedClassLibraryUnderlineProperty

Getsorsetsfont'sunderlineproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicboolUnderline{get;set;}

PublicPropertyUnderlineAsBoolean

public:

virtualpropertyboolUnderline{

boolget()sealed;

voidset(boolvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►FormulaASandcastleDocumentedClassLibraryFormulaClass

Formulaisaformulabuilderclasswhichcanbestoreddirectlyinacell

DeclarationSyntaxC# VisualBasic VisualC++

publicclassFormula

PublicClassFormula

publicrefclassFormula

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Formula(String) Constructsaformulawithoutanyparameters

Formula(String,Range) Constructsaformulaandaddsarangeasthefirstparameter

Formula(String,String) Constructsaformulaandaddsastringasthefirstparameter

Formula(String,Formula) Constructsaformulaandadds

anotherformulaasthefirstparameter

Formula(String,Range,Predicate<Cell>)

Constructsaformulaandaddsafilteredrangeasthefirstparameter

Add(Range) Addsarangeasaparameterinaformula

Add(String) Addsastringasaparameterinaformula

Add(Formula) Addsanotherformulaasaparameterinaformula

Add(Range,Predicate<Cell>)

Addsafilteredrangeasaparameter

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)

GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)MemberwiseClone() Createsashallowcopyofthecurrent

Object.

(InheritedfromObject.)MustHaveParameters Checktoforceparametersinfunction

Parameters Readonlylistofformulaparamters

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)

InheritanceHierarchyObjectFormula

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Formula►Formula()C#

ASandcastleDocumentedClassLibraryFormulaConstructor

MembersIcon Member Description

Formula(String) Constructsaformulawithoutanyparameters

Formula(String,Range) Constructsaformulaandaddsarangeasthefirstparameter

Formula(String,String) Constructsaformulaandaddsastringasthefirstparameter

Formula(String,Formula) Constructsaformulaandaddsanotherformulaasthefirstparameter

Formula(String,Range,Predicate<Cell>)

Constructsaformulaandaddsafilteredrangeasthefirstparameter

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Copy

Namespaces►Yogesh.ExcelXml►Formula►Formula(String)C#

ASandcastleDocumentedClassLibraryFormulaConstructor(function)

Constructsaformulawithoutanyparameters

DeclarationSyntaxC# VisualBasic VisualC++

publicFormula(

stringfunction

)

PublicSubNew(_

functionAsString_

)

public:

Formula(

String^function

)

Parametersfunction(String)

Functionname

Examples

C#

Formulaformula=newFormula("sum");

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Copy

Namespaces►Yogesh.ExcelXml►Formula►Formula(String,String)

C#

ASandcastleDocumentedClassLibraryFormulaConstructor(function,parameter)

Constructsaformulaandaddsastringasthefirstparameter

DeclarationSyntaxC# VisualBasic VisualC++

publicFormula(

stringfunction,

stringparameter

)

PublicSubNew(_

functionAsString,_

parameterAsString_

)

public:

Formula(

String^function,

String^parameter

)

Parametersfunction(String)

Functionname

parameter(String)Stringtoaddasparameter

Examples

C#

Formulaformula=newFormula("sum","0,1");

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Formula►Formula(String,Formula)

C#

ASandcastleDocumentedClassLibraryFormulaConstructor(function,formula)

Constructsaformulaandaddsanotherformulaasthefirstparameter

DeclarationSyntaxC# VisualBasic VisualC++

publicFormula(

stringfunction,

Formulaformula

)

PublicSubNew(_

functionAsString,_

formulaAsFormula_

)

public:

Formula(

String^function,

Formula^formula

)

Parametersfunction(String)

Functionname

formula(Formula)Anotherformulatoaddtothisformula'sparameterlist

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Copy

Namespaces►Yogesh.ExcelXml►Formula►Formula(String,Range)

C#

ASandcastleDocumentedClassLibraryFormulaConstructor(function,range)

Constructsaformulaandaddsarangeasthefirstparameter

DeclarationSyntaxC# VisualBasic VisualC++

publicFormula(

stringfunction,

Rangerange

)

PublicSubNew(_

functionAsString,_

rangeAsRange_

)

public:

Formula(

String^function,

Range^range

)

Parametersfunction(String)

Functionname

range(Range)Rangetoaddasparameter

Examples

C#

Formulaformula=newFormula("sum",newRange(cell1,cell2));

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Formula►Formula(String,Range,Predicate<Cell>)

C#

ASandcastleDocumentedClassLibraryFormulaConstructor(function,range,cellCompare)

Constructsaformulaandaddsafilteredrangeasthefirstparameter

DeclarationSyntaxC# VisualBasic VisualC++

publicFormula(

stringfunction,

Rangerange,

Predicate<Cell>cellCompare

)

PublicSubNew(_

functionAsString,_

rangeAsRange,_

cellCompareAsPredicate(OfCell)_

)

public:

Formula(

String^function,

Range^range,

Predicate<Cell^>^cellCompare

)

Parametersfunction(String)

Functionname

range(Range)Rangetoaddasparameter

cellCompare(Predicate<Cell>)

Copy

Copy

Acustomdefinedtocomparethevaluesoftherange

RemarksCustomdelegatescanfilterallcellsandautoaddthemtotheparameterlistofaformulabypassingaSystem.Predicate>Cell<,i.e.adelegatewhichacceptsCellasitsvalueandreturnsbooltobothFormulaconstructororAdd.Allthevaluesaccessors(i.e.Value,NumericValueetc.)andcellstylecanbechecked.

ExamplesLetsassumecolumn1,2,3,6and7arebold...

C#

XmlStylestyle=newXmlStyle();

style.Font.Bold=true;

//VS2008style

sheet[7,3].Value=newFormula("sum",newRange(sheet[

cell=>cell.Style==style);

//orVS2005style

sheet[7,3].Value=newFormula("sum",newRange(sheet[

delegate(Cellcell){returncell.Style==style;});

Inthefirstexampleofstyle,thevalueofthecellwillbe=SUM(A4:C4,F4:G4).

Continuousrangesmatchingtotruewillbejoinedasoneparameter,i.e.A4:C4andnotasseperateparameters,i.e.A4,B4,C4

Usingvalueaccessors...

C#

sheet[7,3].Value=newFormula("sum",newRange(sheet[

cell=>cell.NumericValue>10000&cell.NumericValue<=

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:

2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Formula►Add()ASandcastleDocumentedClassLibraryAddMethod

MembersIcon Member Description

Add(Range) Addsarangeasaparameterinaformula

Add(String) Addsastringasaparameterinaformula

Add(Formula) Addsanotherformulaasaparameterinaformula

Add(Range,Predicate<Cell>)

Addsafilteredrangeasaparameter

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Formula►Add(String)C#

ASandcastleDocumentedClassLibraryAddMethod(parameter)

Addsastringasaparameterinaformula

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

stringparameter

)

PublicSubAdd(_

parameterAsString_

)

public:

voidAdd(

String^parameter

)

Parametersparameter(String)

Stringtoaddasparameter

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Formula►Add(Formula)C#

ASandcastleDocumentedClassLibraryAddMethod(formula)

Addsanotherformulaasaparameterinaformula

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Formulaformula

)

PublicSubAdd(_

formulaAsFormula_

)

public:

voidAdd(

Formula^formula

)

Parametersformula(Formula)

Anotherformulatoaddtothisformula'sparameterlist

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Formula►Add(Range)C#

ASandcastleDocumentedClassLibraryAddMethod(range)

Addsarangeasaparameterinaformula

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Rangerange

)

PublicSubAdd(_

rangeAsRange_

)

public:

voidAdd(

Range^range

)

Parametersrange(Range)

Rangetoaddasparameter

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Formula►Add(Range,Predicate<Cell>)

C#

ASandcastleDocumentedClassLibraryAddMethod(range,cellCompare)

Addsafilteredrangeasaparameter

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAdd(

Rangerange,

Predicate<Cell>cellCompare

)

PublicSubAdd(_

rangeAsRange,_

cellCompareAsPredicate(OfCell)_

)

public:

voidAdd(

Range^range,

Predicate<Cell^>^cellCompare

)

Parametersrange(Range)

Rangetoaddasparameter

cellCompare(Predicate<Cell>)Acustomdefinedcelltocomparethevaluesoftherange

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Copy

Namespaces►Yogesh.ExcelXml►Formula►MustHaveParametersC#

ASandcastleDocumentedClassLibraryMustHaveParametersProperty

Checktoforceparametersinfunction

DeclarationSyntaxC# VisualBasic VisualC++

publicboolMustHaveParameters{get;set;}

PublicPropertyMustHaveParametersAsBoolean

public:

propertyboolMustHaveParameters{

boolget();

voidset(boolvalue);

}

RemarksIncaseifthisflagissetandformuladoesnotcontainoneormoreparametersthenwhentheformulaisassignedtoacell,thecellisleftempty.

Examples

C#

sheet[0,0].Value=2;

sheet[1,0].Value=12;

sheet[2,0].Value=9;

sheet[3,0].Value=7;

Formulaformula1=newFormula("Sum",newRange(sheet[

delegate(Cellcell){return

formula1.MustHaveParameters=false;//defaultvalue

sheet[4,0].Value=formula;//cellvaluewillbe'=SUM()')

Formulaformula2=newFormula("Sum",newRange(sheet[

delegate(Cellcell){return

formula2.MustHaveParameters=true;

sheet[5,0].Value=formula;//cellwillbeempty

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Formula►ParametersC#

ASandcastleDocumentedClassLibraryParametersProperty

Readonlylistofformulaparamters

DeclarationSyntaxC# VisualBasic VisualC++

publicIList<Parameter>Parameters{get;}

PublicReadOnlyPropertyParametersAsIList(OfParameter

public:

propertyIList<Parameter^>^Parameters{

IList<Parameter^>^get();

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►HorizontalAlignmentC#

ASandcastleDocumentedClassLibraryHorizontalAlignmentEnumeration

Cell'shorizontalalignmentvalues

DeclarationSyntaxC# VisualBasic VisualC++

publicenumHorizontalAlignment

PublicEnumerationHorizontalAlignment

publicenumclassHorizontalAlignment

MembersMember DescriptionNone None

Left Leftaligned

Center Centered

Right Rightaligned

Fill Strechedtofill

Justify Justified

Distributed Distributed

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►InteriorOptionsASandcastleDocumentedClassLibraryInteriorOptionsClass

Getsorsetscell'sinterioroptions

DeclarationSyntaxC# VisualBasic VisualC++

publicclassInteriorOptions

PublicClassInteriorOptions

publicrefclassInteriorOptions

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

InteriorOptions() Createsanewinstance

InteriorOptions(InteriorOptions) Createsanewinstancebasedonanotherinstance

Color Getsorsetscellbackgroundcolor

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrent

Object.

(InheritedfromObject.)Finalize() AllowsanObjecttoattemptto

freeresourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrent

instance.

(InheritedfromObject.)MemberwiseClone() Createsashallowcopyofthe

currentObject.

(InheritedfromObject.)Pattern Getsorsetscellpattern

PatternColor Getsorsetscellpatterncolor

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)

InheritanceHierarchyObjectInteriorOptions

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptions►InteriorOptions()

C#

ASandcastleDocumentedClassLibraryInteriorOptionsConstructor

MembersIcon Member Description

InteriorOptions() Createsanewinstance

InteriorOptions(InteriorOptions) Createsanewinstancebasedonanotherinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptions►InteriorOptions()

C#

ASandcastleDocumentedClassLibraryInteriorOptionsConstructor

Createsanewinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicInteriorOptions()

PublicSubNew

public:

InteriorOptions()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptions►InteriorOptions(InteriorOptions)

C#

ASandcastleDocumentedClassLibraryInteriorOptionsConstructor(io)

Createsanewinstancebasedonanotherinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicInteriorOptions(

InteriorOptionsio

)

PublicSubNew(_

ioAsInteriorOptions_

)

public:

InteriorOptions(

InteriorOptions^io

)

Parametersio(InteriorOptions)

Instancetocopy

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptions►ColorC#

ASandcastleDocumentedClassLibraryColorProperty

Getsorsetscellbackgroundcolor

DeclarationSyntaxC# VisualBasic VisualC++

publicColorColor{get;set;}

PublicPropertyColorAsColor

public:

virtualpropertyColorColor{

Colorget()sealed;

voidset(Colorvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptions►PatternC#

ASandcastleDocumentedClassLibraryPatternProperty

Getsorsetscellpattern

DeclarationSyntaxC# VisualBasic VisualC++

publicPatternPattern{get;set;}

PublicPropertyPatternAsPattern

public:

virtualpropertyPatternPattern{

Patternget()sealed;

voidset(Patternvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptions►PatternColorC#

ASandcastleDocumentedClassLibraryPatternColorProperty

Getsorsetscellpatterncolor

DeclarationSyntaxC# VisualBasic VisualC++

publicColorPatternColor{get;set;}

PublicPropertyPatternColorAsColor

public:

virtualpropertyColorPatternColor{

Colorget()sealed;

voidset(Colorvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptionsBaseC#

ASandcastleDocumentedClassLibraryInteriorOptionsBaseClass

Getsorsetscell'sinterioroptions

DeclarationSyntaxC# VisualBasic VisualC++

publicclassInteriorOptionsBase:CellSettingsApplier

PublicClassInteriorOptionsBase_

InheritsCellSettingsApplier

publicrefclassInteriorOptionsBase:publicCellSettingsApplier

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Color Getsorsetscellbackgroundcolor

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)

GetHashCode() Servesasahashfunctionforaparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)MemberwiseClone() Createsashallowcopyofthecurrent

Object.

(InheritedfromObject.)Pattern Getsorsetscellbackgroundcolor

PatternColor Getsorsetscellpatterncolor

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)

InheritanceHierarchyObjectCellSettingsApplier

InteriorOptionsBase

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptionsBase►ColorC#

ASandcastleDocumentedClassLibraryColorProperty

Getsorsetscellbackgroundcolor

DeclarationSyntaxC# VisualBasic VisualC++

publicColorColor{get;set;}

PublicPropertyColorAsColor

public:

virtualpropertyColorColor{

Colorget()sealed;

voidset(Colorvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptionsBase►PatternC#

ASandcastleDocumentedClassLibraryPatternProperty

Getsorsetscellbackgroundcolor

DeclarationSyntaxC# VisualBasic VisualC++

publicPatternPattern{get;set;}

PublicPropertyPatternAsPattern

public:

virtualpropertyPatternPattern{

Patternget()sealed;

voidset(Patternvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►InteriorOptionsBase►PatternColor

C#

ASandcastleDocumentedClassLibraryPatternColorProperty

Getsorsetscellpatterncolor

DeclarationSyntaxC# VisualBasic VisualC++

publicColorPatternColor{get;set;}

PublicPropertyPatternColorAsColor

public:

virtualpropertyColorPatternColor{

Colorget()sealed;

voidset(Colorvalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►PageLayoutASandcastleDocumentedClassLibraryPageLayoutEnumeration

Pagelayout

DeclarationSyntaxC# VisualBasic VisualC++

publicenumPageLayout

PublicEnumerationPageLayout

publicenumclassPageLayout

MembersMember DescriptionNone None

CenterHorizontal Centersthepagehorizontally

CenterVertical Centersthepagevertically

CenterVerticalAndHorizontal Centersthepageverticallyandhorizontally

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►PageOrientation

ASandcastleDocumentedClassLibraryPageOrientationEnumeration

Orientationmode

DeclarationSyntaxC# VisualBasic VisualC++

publicenumPageOrientation

PublicEnumerationPageOrientation

publicenumclassPageOrientation

MembersMember DescriptionNone None.

Landscape Landscapeorientation

Portrait Portraitorientation

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►ParameterASandcastleDocumentedClassLibraryParameterClass

Parameterdenotesasingleparameterinaformula

DeclarationSyntaxC# VisualBasic VisualC++

publicclassParameter

PublicClassParameter

publicrefclassParameter

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)GetHashCode() Servesasahashfunctionfora

particulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)

GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)MemberwiseClone() Createsashallowcopyofthecurrent

Object.

(InheritedfromObject.)ParameterType Parametertype

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Value Valueoftheparameter

InheritanceHierarchyObjectParameter

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Parameter►ParameterTypeC#

ASandcastleDocumentedClassLibraryParameterTypeProperty

Parametertype

DeclarationSyntaxC# VisualBasic VisualC++

publicParameterTypeParameterType{get;privateset

PublicPropertyParameterTypeAsParameterType

public:

propertyParameterTypeParameterType{

ParameterTypeget();

voidset(ParameterTypevalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Parameter►ValueASandcastleDocumentedClassLibraryValueProperty

Valueoftheparameter

DeclarationSyntaxC# VisualBasic VisualC++

publicObjectValue{get;privateset;}

PublicPropertyValueAsObject

public:

propertyObject^Value{

Object^get();

voidset(Object^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►ParameterTypeASandcastleDocumentedClassLibraryParameterTypeEnumeration

Formulaparametertypes

DeclarationSyntaxC# VisualBasic VisualC++

publicenumParameterType

PublicEnumerationParameterType

publicenumclassParameterType

MembersMember DescriptionString Aunknownstringparameter

Range ARange

Formula AFormula

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►PatternASandcastleDocumentedClassLibraryPatternEnumeration

Differenttypesofcellbackgroundpatterns

DeclarationSyntaxC# VisualBasic VisualC++

publicenumPattern

PublicEnumerationPattern

publicenumclassPattern

MembersMember DescriptionSolid Solid

Gray25 Gray25

Gray50 Gray50

Gray75 Gray75

Gray125 Gray125

Gray0625 Gray0625

HorzStripe HorzStripe

VertStripe VertStripe

ReverseDiagStripe ReverseDiagStripe

DiagStripe DiagStripe

DiagCross DiagCross

ThickDiagCross ThickDiagCross

ThinHorzStripe ThinHorzStripe

ThinVertStripe ThinVertStripe

ThinReverseDiagStripe ThinReverseDiagStripe

ThinDiagStripe ThinDiagStripe

ThinHorzCross ThinHorzCross

ThinDiagCross ThinDiagCross

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►PrintOptionsASandcastleDocumentedClassLibraryPrintOptionsClass

Getsorsetsvarioussheetprintingoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicclassPrintOptions

PublicClassPrintOptions

publicrefclassPrintOptions

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

PrintOptions()

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject.

(InheritedfromObject.)Finalize() AllowsanObjecttoattemptto

freeresourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)

GetHashCode() Servesasahashfunctionforaparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrent

instance.

(InheritedfromObject.)Layout Getsorsetspagelayout

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Orientation Getsorsetspageorientation

ResetHeaders() Resetsheaderrows/columns.

ResetMargins() Resetsprintmargins

SetFitToPage(Int32,Int32) Setsexcel'sfittopageproperty

SetHeaderFooterMargins(Double,Double)

Setsprintheaderandfootermargins

SetMargins(Double,Double,Double,Double)

Setsprintmargins

SetScaleToSize(Int32) Setsexcel'sscaleorzoomproperty

SetTitleColumns(Int32,Int32) Setsprintheadercolumnswhicharerepeatedatleftoneverypage

SetTitleRows(Int32,Int32) Setsprintheaderrowswhicharerepeatedattoponeverypage

ToString() ReturnsaStringthatrepresentsthecurrentObject

(InheritedfromObject.)

InheritanceHierarchyObjectPrintOptions

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►PrintOptions()C#

ASandcastleDocumentedClassLibraryPrintOptionsConstructor

InitializesanewinstanceofthePrintOptionsclass.

DeclarationSyntaxC# VisualBasic VisualC++

publicPrintOptions()

PublicSubNew

public:

PrintOptions()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►LayoutC#

ASandcastleDocumentedClassLibraryLayoutProperty

Getsorsetspagelayout

DeclarationSyntaxC# VisualBasic VisualC++

publicPageLayoutLayout{get;set;}

PublicPropertyLayoutAsPageLayout

public:

propertyPageLayoutLayout{

PageLayoutget();

voidset(PageLayoutvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►OrientationC#

ASandcastleDocumentedClassLibraryOrientationProperty

Getsorsetspageorientation

DeclarationSyntaxC# VisualBasic VisualC++

publicPageOrientationOrientation{get;set;}

PublicPropertyOrientationAsPageOrientation

public:

propertyPageOrientationOrientation{

PageOrientationget();

voidset(PageOrientationvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►ResetHeaders()C#

ASandcastleDocumentedClassLibraryResetHeadersMethod

Resetsheaderrows/columns.

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidResetHeaders()

PublicSubResetHeaders

public:

voidResetHeaders()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►ResetMargins()C#

ASandcastleDocumentedClassLibraryResetMarginsMethod

Resetsprintmargins

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidResetMargins()

PublicSubResetMargins

public:

voidResetMargins()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►SetFitToPage(Int32,Int32)

C#

ASandcastleDocumentedClassLibrarySetFitToPageMethod(width,height)

Setsexcel'sfittopageproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidSetFitToPage(

intwidth,

intheight

)

PublicSubSetFitToPage(_

widthAsInteger,_

heightAsInteger_

)

public:

voidSetFitToPage(

intwidth,

intheight

)

Parameterswidth(Int32)

Numberofpagestofitthepagehorizontally

height(Int32)Numberofpagestofitthepagevertically

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►SetHeaderFooterMargins(Double,Double)

C#

ASandcastleDocumentedClassLibrarySetHeaderFooterMarginsMethod(header,footer)

Setsprintheaderandfootermargins

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidSetHeaderFooterMargins(

doubleheader,

doublefooter

)

PublicSubSetHeaderFooterMargins(_

headerAsDouble,_

footerAsDouble_

)

public:

voidSetHeaderFooterMargins(

doubleheader,

doublefooter

)

Parametersheader(Double)

Headermargin

footer(Double)Footermargin

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►SetMargins(Double,Double,Double,Double)

C#

ASandcastleDocumentedClassLibrarySetMarginsMethod(left,top,right,bottom)

Setsprintmargins

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidSetMargins(

doubleleft,

doubletop,

doubleright,

doublebottom

)

PublicSubSetMargins(_

leftAsDouble,_

topAsDouble,_

rightAsDouble,_

bottomAsDouble_

)

public:

voidSetMargins(

doubleleft,

doubletop,

doubleright,

doublebottom

)

Parametersleft(Double)

Leftmargin

top(Double)Topmargin

right(Double)Rightmargin

bottom(Double)Bottommargin

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►SetScaleToSize(Int32)

C#

ASandcastleDocumentedClassLibrarySetScaleToSizeMethod(scale)

Setsexcel'sscaleorzoomproperty

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidSetScaleToSize(

intscale

)

PublicSubSetScaleToSize(_

scaleAsInteger_

)

public:

voidSetScaleToSize(

intscale

)

Parametersscale(Int32)

Scaletosize

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►SetTitleColumns(Int32,Int32)

C#

ASandcastleDocumentedClassLibrarySetTitleColumnsMethod(left,right)

Setsprintheadercolumnswhicharerepeatedatleftoneverypage

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidSetTitleColumns(

intleft,

intright

)

PublicSubSetTitleColumns(_

leftAsInteger,_

rightAsInteger_

)

public:

voidSetTitleColumns(

intleft,

intright

)

Parametersleft(Int32)

Leftprintcolumn

right(Int32)Rightprintcolumn

RemarksImportantNote:LeftandrightcolumnparametersareNOTzerobasedlikerowandcolumnindexers

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►PrintOptions►SetTitleRows(Int32,Int32)

C#

ASandcastleDocumentedClassLibrarySetTitleRowsMethod(top,bottom)

Setsprintheaderrowswhicharerepeatedattoponeverypage

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidSetTitleRows(

inttop,

intbottom

)

PublicSubSetTitleRows(_

topAsInteger,_

bottomAsInteger_

)

public:

voidSetTitleRows(

inttop,

intbottom

)

Parameterstop(Int32)

Topprintrow

bottom(Int32)Bottomprintrow

RemarksImportantNote:TopandbottomrowparametersareNOTzerobasedlikerowandcolumnindexers

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►RangeASandcastleDocumentedClassLibraryRangeClass

Definesarangeofcells

DeclarationSyntaxC# VisualBasic VisualC++

publicclassRange:Styles,IEnumerable<Cell>,

IEnumerable

PublicClassRange_

InheritsStyles_

ImplementsIEnumerable(OfCell),IEnumerable

publicrefclassRange:publicStyles,

IEnumerable<Cell^>,IEnumerable

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Range(Cell) Definesarange

Range(Cell,Cell) Definesarange

Absolute Getsorsetstherange'sflagtoreturnaabsolutereferenceorotherwise

Alignment Getsorsetscellalignmentoptions

(InheritedfromStyles.)

AutoFilter() Setsthisrangeasaauto-filterrangeinthesheet

Border Getsorsetsbordersettings

(InheritedfromStyles.)

ColumnCount Getsthenumberofcolumnsinarange

Contains(Cell) Checksifaparticularcellispresentinarangeornot

CustomFormatString Getsorsetscustomdispkayformatstring

(InheritedfromStyles.)

DisplayFormat Getsorsetsthecelldisplayformat

(InheritedfromStyles.)

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)

Font Getsorsetsthefontoptions

(InheritedfromStyles.)

GetEnumerator() Getacellenumerator

GetHashCode() Servesasahashfunctionforaparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)Interior Getsorsetsinterioroptions

(InheritedfromStyles.)

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Merge() Mergesarangeintoonecell

Name Getsorsetsthenameoftherange

RowCount Getsthenumberofrowsinarange

SetAsPrintArea() Setsthisrangeasthecurrentprintareainthesheet

Style ReturnstheXmlStylereferenceofthecell

(InheritedfromStyles.)

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)Unmerge() Unmergesamergedrange

InheritanceHierarchyObjectCellSettingsApplier

Styles Range

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Range►Range()ASandcastleDocumentedClassLibraryRangeConstructor

MembersIcon Member Description

Range(Cell) Definesarange

Range(Cell,Cell) Definesarange

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Range►Range(Cell)C#

ASandcastleDocumentedClassLibraryRangeConstructor(cell)

Definesarange

DeclarationSyntaxC# VisualBasic VisualC++

publicRange(

Cellcell

)

PublicSubNew(_

cellAsCell_

)

public:

Range(

Cell^cell

)

Parameterscell(Cell)

Asinglecellasarange

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Range►Range(Cell,Cell)C#

ASandcastleDocumentedClassLibraryRangeConstructor(cellFrom,cellTo)

Definesarange

DeclarationSyntaxC# VisualBasic VisualC++

publicRange(

CellcellFrom,

CellcellTo

)

PublicSubNew(_

cellFromAsCell,_

cellToAsCell_

)

public:

Range(

Cell^cellFrom,

Cell^cellTo

)

ParameterscellFrom(Cell)

Startingcell

cellTo(Cell)Endingcell

RemarksDefinesarectangularareaofasheetwithastartingcellandaendingcell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:

2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Range►AbsoluteASandcastleDocumentedClassLibraryAbsoluteProperty

Getsorsetstherange'sflagtoreturnaabsolutereferenceorotherwise

DeclarationSyntaxC# VisualBasic VisualC++

publicboolAbsolute{get;set;}

PublicPropertyAbsoluteAsBoolean

public:

propertyboolAbsolute{

boolget();

voidset(boolvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Range►AutoFilter()C#

ASandcastleDocumentedClassLibraryAutoFilterMethod

Setsthisrangeasaauto-filterrangeinthesheet

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAutoFilter()

PublicSubAutoFilter

public:

voidAutoFilter()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Range►ColumnCountC#

ASandcastleDocumentedClassLibraryColumnCountProperty

Getsthenumberofcolumnsinarange

DeclarationSyntaxC# VisualBasic VisualC++

publicintColumnCount{get;}

PublicReadOnlyPropertyColumnCountAsInteger

public:

propertyintColumnCount{

intget();

}

ReturnValueNumberofcolumnsinarange

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Range►Contains(Cell)C#

ASandcastleDocumentedClassLibraryContainsMethod(cell)

Checksifaparticularcellispresentinarangeornot

DeclarationSyntaxC# VisualBasic VisualC++

publicboolContains(

Cellcell

)

PublicFunctionContains(_

cellAsCell_

)AsBoolean

public:

boolContains(

Cell^cell

)

Parameterscell(Cell)

Celltocheck

ReturnValuetrueifcellispresent,falseotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Range►GetEnumerator()C#

ASandcastleDocumentedClassLibraryGetEnumeratorMethod

Getacellenumerator

DeclarationSyntaxC# VisualBasic VisualC++

publicIEnumerator<Cell>GetEnumerator()

PublicFunctionGetEnumeratorAsIEnumerator(OfCell

public:

virtualIEnumerator<Cell^>^GetEnumerator()sealed

ReturnValuereturnsIEnumerator>Cell<

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Range►Merge()ASandcastleDocumentedClassLibraryMergeMethod

Mergesarangeintoonecell

DeclarationSyntaxC# VisualBasic VisualC++

publicboolMerge()

PublicFunctionMergeAsBoolean

public:

boolMerge()

ReturnValuetrueifmergewassuccessful,falseotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Range►NameASandcastleDocumentedClassLibraryNameProperty

Getsorsetsthenameoftherange

DeclarationSyntaxC# VisualBasic VisualC++

publicstringName{get;set;}

PublicPropertyNameAsString

public:

propertyString^Name{

String^get();

voidset(String^value);

}

RemarksThispropertyalwaysaddsglobal(i.e.Workbooklevel)namedranges.Toaddsheetlimitedranges,useAddNamedRange(Range,String)methodofWorksheetclass.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Range►RowCountC#

ASandcastleDocumentedClassLibraryRowCountProperty

Getsthenumberofrowsinarange

DeclarationSyntaxC# VisualBasic VisualC++

publicintRowCount{get;}

PublicReadOnlyPropertyRowCountAsInteger

public:

propertyintRowCount{

intget();

}

ReturnValueNumberofrowsinarange

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Range►SetAsPrintArea()C#

ASandcastleDocumentedClassLibrarySetAsPrintAreaMethod

Setsthisrangeasthecurrentprintareainthesheet

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidSetAsPrintArea()

PublicSubSetAsPrintArea

public:

voidSetAsPrintArea()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Range►Unmerge()C#

ASandcastleDocumentedClassLibraryUnmergeMethod

Unmergesamergedrange

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidUnmerge()

PublicSubUnmerge

public:

voidUnmerge()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►RowASandcastleDocumentedClassLibraryRowClass

Rowclassrepresentsasinglerowinaworksheet

DeclarationSyntaxC# VisualBasic VisualC++

publicclassRow:Styles,IEnumerable<Cell>,

IEnumerable

PublicClassRow_

InheritsStyles_

ImplementsIEnumerable(OfCell),IEnumerable

publicrefclassRow:publicStyles,

IEnumerable<Cell^>,IEnumerable

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

AddCell() Addsacellstotheendoftherow

Alignment Getsorsetscellalignmentoptions

(InheritedfromStyles.)

Border Getsorsetsbordersettings

(InheritedfromStyles.)

CellCount Returnsthenumberofcellinarow

CustomFormatString Getsorsetscustomdispkayformatstring

(InheritedfromStyles.)

Delete() Deletestherowfromtheparentsheet

DeleteCell(Int32) Deletesacell

DeleteCell(Cell) Deletesacell

DeleteCell(Int32,Boolean) Deletesacell

DeleteCell(Cell,Boolean) Deletesacell

DeleteCells(Int32,Int32,Boolean)

Deleteaspecificnumberofcellsstartingfromacellindex

DeleteCells(Cell,Int32,Boolean)

Deleteaspecificnumberofcellsstartingfromacellinstance

DeleteCells(Int32,Int32) Deleteaspecificnumberofcellsstartingfromacellindex

DeleteCells(Cell,Int32) Deleteaspecificnumberofcells

startingfromacellinstance

DisplayFormat Getsorsetsthecelldisplayformat

(InheritedfromStyles.)

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)Font Getsorsetsthefontoptions

(InheritedfromStyles.)

GetEnumerator() Getacellenumerator

GetHashCode() Servesasahashfunctionforaparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)Height Getsorsetstherowheight

Hidden Rowishidden?

InsertCellAfter(Int32) Insertsacellafteranothercell

InsertCellAfter(Cell) Insertsacellafteranothercell

InsertCellBefore(Int32) Insertsacellbeforeanothercell

InsertCellBefore(Cell) Insertsacellbeforeanothercell

InsertCellsAfter(Int32,Int32)

Insertsaspecificnumberofcellsafteracell

InsertCellsAfter(Cell,Int32) Insertsaspecificnumberofcellsafteracell

InsertCellsBefore(Int32,Int32)

Insertsaspecificnumberofcellsbeforeacell

InsertCellsBefore(Cell,Int32)

Insertsaspecificnumberofcellsbeforeacell

Interior Getsorsetsinterioroptions

(InheritedfromStyles.)

Item[Int32] Returnsthecellatagivenposition

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Style ReturnstheXmlStylereferenceofthe

cell

(InheritedfromStyles.)

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)

RemarksRowclassrepresentsasinglerowinaworksheet.

Youcannotdirectlydeclareainstanceofarowfromyourcodebyusingnewkeyword.Theonlywaytoaccessarowistoretrieveitfromaworksheet.

InheritanceHierarchyObjectCellSettingsApplier

Styles Row

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Row►AddCell()ASandcastleDocumentedClassLibraryAddCellMethod

Addsacellstotheendoftherow

DeclarationSyntaxC# VisualBasic VisualC++

publicCellAddCell()

PublicFunctionAddCellAsCell

public:

Cell^AddCell()

ReturnValueInstanceofthenewlycreatedcell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Row►CellCountASandcastleDocumentedClassLibraryCellCountProperty

Returnsthenumberofcellinarow

DeclarationSyntaxC# VisualBasic VisualC++

publicintCellCount{get;}

PublicReadOnlyPropertyCellCountAsInteger

public:

propertyintCellCount{

intget();

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Row►Delete()ASandcastleDocumentedClassLibraryDeleteMethod

Deletestherowfromtheparentsheet

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDelete()

PublicSubDelete

public:

voidDelete()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCell()C#

ASandcastleDocumentedClassLibraryDeleteCellMethod

MembersIcon Member Description

DeleteCell(Int32) Deletesacell

DeleteCell(Cell) Deletesacell

DeleteCell(Int32,Boolean)

Deletesacell

DeleteCell(Cell,Boolean) Deletesacell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCell(Int32)C#

ASandcastleDocumentedClassLibraryDeleteCellMethod(index)

Deletesacell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteCell(

intindex

)

PublicSubDeleteCell(_

indexAsInteger_

)

public:

voidDeleteCell(

intindex

)

Parametersindex(Int32)

Indexofcelltodelete

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCell(Int32,Boolean)

C#

ASandcastleDocumentedClassLibraryDeleteCellMethod(index,cascade)

Deletesacell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteCell(

intindex,

boolcascade

)

PublicSubDeleteCell(_

indexAsInteger,_

cascadeAsBoolean_

)

public:

voidDeleteCell(

intindex,

boolcascade

)

Parametersindex(Int32)

Indexofcelltodelete

cascade(Boolean)iftrue,thecellisremovedandcellstotherightarecascadedleftwards.iffalse,thecellisonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCell(Cell)C#

ASandcastleDocumentedClassLibraryDeleteCellMethod(cell)

Deletesacell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteCell(

Cellcell

)

PublicSubDeleteCell(_

cellAsCell_

)

public:

voidDeleteCell(

Cell^cell

)

Parameterscell(Cell)

Instanceofcelltodelete

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCell(Cell,Boolean)C#

ASandcastleDocumentedClassLibraryDeleteCellMethod(cell,cascade)

Deletesacell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteCell(

Cellcell,

boolcascade

)

PublicSubDeleteCell(_

cellAsCell,_

cascadeAsBoolean_

)

public:

voidDeleteCell(

Cell^cell,

boolcascade

)

Parameterscell(Cell)

Instanceofcelltodelete

cascade(Boolean)iftrue,thecellisremovedandcellstotherightarecascadedleftwards.iffalse,thecellisonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCells()C#

ASandcastleDocumentedClassLibraryDeleteCellsMethod

MembersIcon Member Description

DeleteCells(Int32,Int32,Boolean)

Deleteaspecificnumberofcellsstartingfromacellindex

DeleteCells(Cell,Int32,Boolean)

Deleteaspecificnumberofcellsstartingfromacellinstance

DeleteCells(Int32,Int32) Deleteaspecificnumberofcellsstartingfromacellindex

DeleteCells(Cell,Int32) Deleteaspecificnumberofcellsstartingfromacellinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCells(Int32,Int32)C#

ASandcastleDocumentedClassLibraryDeleteCellsMethod(index,numberOfCells)

Deleteaspecificnumberofcellsstartingfromacellindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteCells(

intindex,

intnumberOfCells

)

PublicSubDeleteCells(_

indexAsInteger,_

numberOfCellsAsInteger_

)

public:

voidDeleteCells(

intindex,

intnumberOfCells

)

Parametersindex(Int32)

Indexofcellfromwhichthecellsaredeleted

numberOfCells(Int32)Numberofcellstodelete

RemarksThecellsareremovedandcellstotherightarecascadedleftwards.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:

2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCells(Int32,Int32,Boolean)

C#

ASandcastleDocumentedClassLibraryDeleteCellsMethod(index,numberOfCells,cascade)

Deleteaspecificnumberofcellsstartingfromacellindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteCells(

intindex,

intnumberOfCells,

boolcascade

)

PublicSubDeleteCells(_

indexAsInteger,_

numberOfCellsAsInteger,_

cascadeAsBoolean_

)

public:

voidDeleteCells(

intindex,

intnumberOfCells,

boolcascade

)

Parametersindex(Int32)

Indexofcellfromwhichthecellsaredeleted

numberOfCells(Int32)Numberofcellstodelete

cascade(Boolean)

iftrue,thecellsareremovedandcellstotherightarecascadedleftwards.iffalse,thecellsareonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCells(Cell,Int32)C#

ASandcastleDocumentedClassLibraryDeleteCellsMethod(cell,numberOfCells)

Deleteaspecificnumberofcellsstartingfromacellinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteCells(

Cellcell,

intnumberOfCells

)

PublicSubDeleteCells(_

cellAsCell,_

numberOfCellsAsInteger_

)

public:

voidDeleteCells(

Cell^cell,

intnumberOfCells

)

Parameterscell(Cell)

Instanceofcellfromwhichthecellsaredeleted

numberOfCells(Int32)Numberofcellstodelete

RemarksThecellsareremovedandcellstotherightarecascadedleftwards.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:

2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►DeleteCells(Cell,Int32,Boolean)

C#

ASandcastleDocumentedClassLibraryDeleteCellsMethod(cell,numberOfCells,cascade)

Deleteaspecificnumberofcellsstartingfromacellinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteCells(

Cellcell,

intnumberOfCells,

boolcascade

)

PublicSubDeleteCells(_

cellAsCell,_

numberOfCellsAsInteger,_

cascadeAsBoolean_

)

public:

voidDeleteCells(

Cell^cell,

intnumberOfCells,

boolcascade

)

Parameterscell(Cell)

Instanceofcellfromwhichthecellsaredeleted

numberOfCells(Int32)Numberofcellstodelete

cascade(Boolean)

iftrue,thecellsareremovedandcellstotherightarecascadedleftwards.iffalse,thecellsareonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►GetEnumerator()C#

ASandcastleDocumentedClassLibraryGetEnumeratorMethod

Getacellenumerator

DeclarationSyntaxC# VisualBasic VisualC++

publicIEnumerator<Cell>GetEnumerator()

PublicFunctionGetEnumeratorAsIEnumerator(OfCell

public:

virtualIEnumerator<Cell^>^GetEnumerator()sealed

ReturnValuereturnsIEnumerator>Cell<

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Row►HeightASandcastleDocumentedClassLibraryHeightProperty

Getsorsetstherowheight

DeclarationSyntaxC# VisualBasic VisualC++

publicdoubleHeight{get;set;}

PublicPropertyHeightAsDouble

public:

propertydoubleHeight{

doubleget();

voidset(doublevalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Row►HiddenASandcastleDocumentedClassLibraryHiddenProperty

Rowishidden?

DeclarationSyntaxC# VisualBasic VisualC++

publicboolHidden{get;set;}

PublicPropertyHiddenAsBoolean

public:

propertyboolHidden{

boolget();

voidset(boolvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellAfter()C#

ASandcastleDocumentedClassLibraryInsertCellAfterMethod

MembersIcon Member Description

InsertCellAfter(Int32) Insertsacellafteranothercell

InsertCellAfter(Cell) Insertsacellafteranothercell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellAfter(Int32)C#

ASandcastleDocumentedClassLibraryInsertCellAfterMethod(index)

Insertsacellafteranothercell

DeclarationSyntaxC# VisualBasic VisualC++

publicCellInsertCellAfter(

intindex

)

PublicFunctionInsertCellAfter(_

indexAsInteger_

)AsCell

public:

Cell^InsertCellAfter(

intindex

)

Parametersindex(Int32)

Indexofcellafterwhichthecellistobeinserted

ReturnValue

[Missing<returns>documentationforM:Yogesh.ExcelXml.Row.InsertCellAfter(System.Int32)]

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellAfter(Cell)C#

ASandcastleDocumentedClassLibraryInsertCellAfterMethod(cell)

Insertsacellafteranothercell

DeclarationSyntaxC# VisualBasic VisualC++

publicCellInsertCellAfter(

Cellcell

)

PublicFunctionInsertCellAfter(_

cellAsCell_

)AsCell

public:

Cell^InsertCellAfter(

Cell^cell

)

Parameterscell(Cell)

Instanceofcellafterwhichthecellistobeinserted

ReturnValue

[Missing<returns>documentationforM:Yogesh.ExcelXml.Row.InsertCellAfter(Yogesh.ExcelXml.Cell)]

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellBefore()C#

ASandcastleDocumentedClassLibraryInsertCellBeforeMethod

MembersIcon Member Description

InsertCellBefore(Int32) Insertsacellbeforeanothercell

InsertCellBefore(Cell) Insertsacellbeforeanothercell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellBefore(Int32)C#

ASandcastleDocumentedClassLibraryInsertCellBeforeMethod(index)

Insertsacellbeforeanothercell

DeclarationSyntaxC# VisualBasic VisualC++

publicCellInsertCellBefore(

intindex

)

PublicFunctionInsertCellBefore(_

indexAsInteger_

)AsCell

public:

Cell^InsertCellBefore(

intindex

)

Parametersindex(Int32)

Indexofcellbeforewhichthecellistobeinserted

ReturnValue

[Missing<returns>documentationforM:Yogesh.ExcelXml.Row.InsertCellBefore(System.Int32)]

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellBefore(Cell)C#

ASandcastleDocumentedClassLibraryInsertCellBeforeMethod(cell)

Insertsacellbeforeanothercell

DeclarationSyntaxC# VisualBasic VisualC++

publicCellInsertCellBefore(

Cellcell

)

PublicFunctionInsertCellBefore(_

cellAsCell_

)AsCell

public:

Cell^InsertCellBefore(

Cell^cell

)

Parameterscell(Cell)

Instanceofcellbeforewhichthecellistobeinserted

ReturnValue

[Missing<returns>documentationforM:Yogesh.ExcelXml.Row.InsertCellBefore(Yogesh.ExcelXml.Cell)]

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellsAfter()C#

ASandcastleDocumentedClassLibraryInsertCellsAfterMethod

MembersIcon Member Description

InsertCellsAfter(Int32,Int32)

Insertsaspecificnumberofcellsafteracell

InsertCellsAfter(Cell,Int32)

Insertsaspecificnumberofcellsafteracell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellsAfter(Int32,Int32)

C#

ASandcastleDocumentedClassLibraryInsertCellsAfterMethod(index,cells)

Insertsaspecificnumberofcellsafteracell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertCellsAfter(

intindex,

intcells

)

PublicSubInsertCellsAfter(_

indexAsInteger,_

cellsAsInteger_

)

public:

voidInsertCellsAfter(

intindex,

intcells

)

Parametersindex(Int32)

Indexofcellafterwhichthecellsaretobeinserted

cells(Int32)Numberofcellstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellsAfter(Cell,Int32)

C#

ASandcastleDocumentedClassLibraryInsertCellsAfterMethod(cell,cells)

Insertsaspecificnumberofcellsafteracell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertCellsAfter(

Cellcell,

intcells

)

PublicSubInsertCellsAfter(_

cellAsCell,_

cellsAsInteger_

)

public:

voidInsertCellsAfter(

Cell^cell,

intcells

)

Parameterscell(Cell)

Instanceofcellafterwhichthecellsaretobeinserted

cells(Int32)Numberofcellstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellsBefore()C#

ASandcastleDocumentedClassLibraryInsertCellsBeforeMethod

MembersIcon Member Description

InsertCellsBefore(Int32,Int32)

Insertsaspecificnumberofcellsbeforeacell

InsertCellsBefore(Cell,Int32)

Insertsaspecificnumberofcellsbeforeacell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellsBefore(Int32,Int32)

C#

ASandcastleDocumentedClassLibraryInsertCellsBeforeMethod(index,cells)

Insertsaspecificnumberofcellsbeforeacell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertCellsBefore(

intindex,

intcells

)

PublicSubInsertCellsBefore(_

indexAsInteger,_

cellsAsInteger_

)

public:

voidInsertCellsBefore(

intindex,

intcells

)

Parametersindex(Int32)

Indexofcellbeforewhichthecellsaretobeinserted

cells(Int32)Numberofcellstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Row►InsertCellsBefore(Cell,Int32)

C#

ASandcastleDocumentedClassLibraryInsertCellsBeforeMethod(cell,cells)

Insertsaspecificnumberofcellsbeforeacell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertCellsBefore(

Cellcell,

intcells

)

PublicSubInsertCellsBefore(_

cellAsCell,_

cellsAsInteger_

)

public:

voidInsertCellsBefore(

Cell^cell,

intcells

)

Parameterscell(Cell)

Instanceofcellbeforewhichthecellsaretobeinserted

cells(Int32)Numberofcellstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Row►Item[Int32]ASandcastleDocumentedClassLibraryItemProperty(colIndex)

Returnsthecellatagivenposition

DeclarationSyntaxC# VisualBasic VisualC++

publicCellthis[

intcolIndex

]{get;}

PublicReadOnlyDefaultPropertyItem(_

colIndexAsInteger_

)AsCell

public:

propertyCell^default[intcolIndex]{

Cell^get(intcolIndex);

}

ParameterscolIndex(Int32)

IndexoftheCellstartingfrom0

ReturnValueCellreferencetotherequestedcell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►StylesASandcastleDocumentedClassLibraryStylesClass

Styleclassforcells,rowsandworksheets

DeclarationSyntaxC# VisualBasic VisualC++

publicabstractclassStyles:CellSettingsApplier

PublicMustInheritClassStyles_

InheritsCellSettingsApplier

publicrefclassStylesabstract:publicCellSettingsApplier

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

Alignment Getsorsetscellalignmentoptions

Border Getsorsetsbordersettings

CustomFormatString Getsorsetscustomdispkayformatstring

DisplayFormat Getsorsetsthecelldisplayformat

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject

(InheritedfromObject.)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)Font Getsorsetsthefontoptions

GetHashCode() Servesasahashfunctionforaparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)Interior Getsorsetsinterioroptions

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Style ReturnstheXmlStylereferenceofthe

cell

ToString() ReturnsaStringthatrepresentsthe

currentObject.

(InheritedfromObject.)

InheritanceHierarchyObjectCellSettingsApplier

Styles Range Worksheet Row Cell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Styles►AlignmentASandcastleDocumentedClassLibraryAlignmentProperty

Getsorsetscellalignmentoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicIAlignmentOptionsAlignment{get;set;}

PublicPropertyAlignmentAsIAlignmentOptions

public:

virtualpropertyIAlignmentOptions^Alignment{

IAlignmentOptions^get()sealed;

voidset(IAlignmentOptions^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Styles►BorderASandcastleDocumentedClassLibraryBorderProperty

Getsorsetsbordersettings

DeclarationSyntaxC# VisualBasic VisualC++

publicIBorderOptionsBorder{get;set;}

PublicPropertyBorderAsIBorderOptions

public:

virtualpropertyIBorderOptions^Border{

IBorderOptions^get()sealed;

voidset(IBorderOptions^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Styles►CustomFormatStringC#

ASandcastleDocumentedClassLibraryCustomFormatStringProperty

Getsorsetscustomdispkayformatstring

DeclarationSyntaxC# VisualBasic VisualC++

publicstringCustomFormatString{get;set;}

PublicPropertyCustomFormatStringAsString

public:

virtualpropertyString^CustomFormatString{

String^get()sealed;

voidset(String^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Styles►DisplayFormatC#

ASandcastleDocumentedClassLibraryDisplayFormatProperty

Getsorsetsthecelldisplayformat

DeclarationSyntaxC# VisualBasic VisualC++

publicDisplayFormatTypeDisplayFormat{get;set;}

PublicPropertyDisplayFormatAsDisplayFormatType

public:

virtualpropertyDisplayFormatTypeDisplayFormat{

DisplayFormatTypeget()sealed;

voidset(DisplayFormatTypevalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Styles►FontASandcastleDocumentedClassLibraryFontProperty

Getsorsetsthefontoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicIFontOptionsFont{get;set;}

PublicPropertyFontAsIFontOptions

public:

virtualpropertyIFontOptions^Font{

IFontOptions^get()sealed;

voidset(IFontOptions^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Styles►InteriorASandcastleDocumentedClassLibraryInteriorProperty

Getsorsetsinterioroptions

DeclarationSyntaxC# VisualBasic VisualC++

publicIInteriorOptionsInterior{get;set;}

PublicPropertyInteriorAsIInteriorOptions

public:

virtualpropertyIInteriorOptions^Interior{

IInteriorOptions^get()sealed;

voidset(IInteriorOptions^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Styles►StyleASandcastleDocumentedClassLibraryStyleProperty

ReturnstheXmlStylereferenceofthecell

DeclarationSyntaxC# VisualBasic VisualC++

publicXmlStyleStyle{get;set;}

PublicPropertyStyleAsXmlStyle

public:

propertyXmlStyle^Style{

XmlStyle^get();

voidset(XmlStyle^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►VerticalAlignment

ASandcastleDocumentedClassLibraryVerticalAlignmentEnumeration

Cell'sverticalalignmentvalues

DeclarationSyntaxC# VisualBasic VisualC++

publicenumVerticalAlignment

PublicEnumerationVerticalAlignment

publicenumclassVerticalAlignment

MembersMember DescriptionNone None

Top Topaligned

Center Centered

Bottom Bottomaligned

Justify Justified

Distributed Distributed

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►WorksheetASandcastleDocumentedClassLibraryWorksheetClass

Worksheetclassrepresentsasinglesheetinaworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicclassWorksheet:Styles,IEnumerable<Cell>,

IEnumerable

PublicClassWorksheet_

InheritsStyles_

ImplementsIEnumerable(OfCell),IEnumerable

publicrefclassWorksheet:publicStyles,

IEnumerable<Cell^>,IEnumerable

MembersAllMembers Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

AddNamedRange(Range,String)

Addanamedrangetothebookwithlimitedscopewiththissheet

AddRow() Addsarowattheendofthesheet

Alignment Getsorsetscellalignmentoptions

(InheritedfromStyles.)

Border Getsorsetsbordersettings

(InheritedfromStyles.)

ColumnCount Numberofcolumnsinthisworksheet

Columns(Int32) Returnsthecolumnatagivenposition

CustomFormatString Getsorsetscustomdispkayformatstring

(InheritedfromStyles.)

Delete() Deletethissheetfromtheworkbook

DeleteColumn(Int32,Boolean)

Completelyremovesacolumnatagivenindex

DeleteColumn(Int32) Completelyremovesacolumnatagivenindex

DeleteColumns(Int32,Int32,Boolean)

Completelyremovesaspecifiedanumberofcolumnsfromagivenindex

DeleteColumns(Int32,Int32)

Completelyremovesaspecifiedanumberofcolumnsfromagivenindex

DeleteRow(Int32) Deletesarow

DeleteRow(Row) Deletesarow

DeleteRow(Int32,Boolean) Deletesarow

DeleteRow(Row,Boolean) Deletesarow

DeleteRows(Int32,Int32) Deleteaspecificnumberofrowsstartingfromarowindex

DeleteRows(Row,Int32) Deleteaspecificnumberofrowsstartingfromarowinstance

DeleteRows(Int32,Int32,Boolean)

Deleteaspecificnumberofrowsstartingfromarowindex

DeleteRows(Row,Int32,Boolean)

Deleteaspecificnumberofrowsstartingfromarowinstance

DisplayFormat Getsorsetsthecelldisplayformat

(InheritedfromStyles.)

Equals(Object) DetermineswhetherthespecifiedObjectisequaltothecurrentObject.

(InheritedfromObject.)

Finalize() AllowsanObjecttoattempttofreeresourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)Font Getsorsetsthefontoptions

(InheritedfromStyles.)

FreezeLeftColumns Getsorsetsleftfreezedcolumnsetting

FreezeTopRows Getsorsetstopfreezedrowsetting

GetEnumerator() Getacellenumerator

GetHashCode() Servesasahashfunctionforaparticulartype.GetHashCode()issuitableforuseinhashingalgorithmsanddatastructureslikeahashtable.

(InheritedfromObject.)GetType() GetstheTypeofthecurrent

instance.

(InheritedfromObject.)InsertColumnAfter(Int32) Insertsacolumnafteragiven

columnindex

InsertColumnBefore(Int32) Insertsacolumnbeforeagivencolumnindex

InsertColumnsAfter(Int32,Int32)

Insertsaspecifiednumberofcolumnsafteragivencolumnindex

InsertColumnsBefore(Int32,Int32)

Insertsaspecifiednumberofcolumnsbeforeagivencolumnindex

InsertRowAfter(Int32) Insertsarowafteranotherrow

InsertRowAfter(Row) Insertsarowafteranotherrow

InsertRowBefore(Int32) Insertsarowbeforeanotherrow

InsertRowBefore(Row) Insertsarowbeforeanotherrow

InsertRowsAfter(Int32,Int32)

Insertsaspecificnumberofrowsafteracell

InsertRowsAfter(Row,Int32)

Insertsaspecificnumberofrowsafteracell

InsertRowsBefore(Int32,Int32)

Insertsaspecificnumberofrowsbeforearow

InsertRowsBefore(Row,Int32)

Insertsaspecificnumberofrowsbeforearow

Interior Getsorsetsinterioroptions

(InheritedfromStyles.)

Item[Int32,Int32] Returnsthecellatagivenposition

Item[Int32] Returnstherowatagivenposition

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)Name Getsorsetsthesheetname

PrintOptions Getsorsetsvarioussheetprintingoptions

RowCount Returnsthenumberofrowspresentinthesheet

Style ReturnstheXmlStylereferenceofthecell

(InheritedfromStyles.)

TabColor Getsorsetsthetabcolor

ToString() ReturnsaStringthatrepresentsthecurrentObject.

(InheritedfromObject.)

RemarksWorksheetclassrepresentsasinglesheetinaworkbook.

Youcannotdirectlydeclareainstanceofasheetfromyourcodebyusingnewkeyword.Theonlywaytoaccessasheetistoretrieveitfromaworkbook.

InheritanceHierarchyObjectCellSettingsApplier

Styles Worksheet

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►AddNamedRange(Range,String)

C#

ASandcastleDocumentedClassLibraryAddNamedRangeMethod(range,name)

Addanamedrangetothebookwithlimitedscopewiththissheet

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidAddNamedRange(

Rangerange,

stringname

)

PublicSubAddNamedRange(_

rangeAsRange,_

nameAsString_

)

public:

voidAddNamedRange(

Range^range,

String^name

)

Parametersrange(Range)

Rangetobenamed

name(String)Nameoftherange

RemarksThispropertyalwaysaddssheetlevelnamedranges.Toaddgloballyvalidranges,useNamepropertyinRange.

RemarksRangemaynotnecessarilyresideinthissheet

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►AddRow()C#

ASandcastleDocumentedClassLibraryAddRowMethod

Addsarowattheendofthesheet

DeclarationSyntaxC# VisualBasic VisualC++

publicRowAddRow()

PublicFunctionAddRowAsRow

public:

Row^AddRow()

ReturnValueThenewrowinstancewhichisadded

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►ColumnCountC#

ASandcastleDocumentedClassLibraryColumnCountProperty

Numberofcolumnsinthisworksheet

DeclarationSyntaxC# VisualBasic VisualC++

publicintColumnCount{get;}

PublicReadOnlyPropertyColumnCountAsInteger

public:

propertyintColumnCount{

intget();

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►Columns(Int32)C#

ASandcastleDocumentedClassLibraryColumnsMethod(colIndex)

Returnsthecolumnatagivenposition

DeclarationSyntaxC# VisualBasic VisualC++

publicColumnColumns(

intcolIndex

)

PublicFunctionColumns(_

colIndexAsInteger_

)AsColumn

public:

Column^Columns(

intcolIndex

)

ParameterscolIndex(Int32)

IndexoftheColumnstartingfrom0

ReturnValueColumnreferencetotherequestedcolumn

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►Delete()C#

ASandcastleDocumentedClassLibraryDeleteMethod

Deletethissheetfromtheworkbook

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDelete()

PublicSubDelete

public:

voidDelete()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteColumn()C#

ASandcastleDocumentedClassLibraryDeleteColumnMethod

MembersIcon Member Description

DeleteColumn(Int32,Boolean)

Completelyremovesacolumnatagivenindex

DeleteColumn(Int32) Completelyremovesacolumnatagivenindex

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteColumn(Int32)

C#

ASandcastleDocumentedClassLibraryDeleteColumnMethod(index)

Completelyremovesacolumnatagivenindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteColumn(

intindex

)

PublicSubDeleteColumn(_

indexAsInteger_

)

public:

voidDeleteColumn(

intindex

)

Parametersindex(Int32)

Indexofcolumntodeletecolumnsfrom

RemarksThecolumnisremovedandcolumnstotherightarecascadedleftwards

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteColumn(Int32,Boolean)

C#

ASandcastleDocumentedClassLibraryDeleteColumnMethod(index,cascade)

Completelyremovesacolumnatagivenindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteColumn(

intindex,

boolcascade

)

PublicSubDeleteColumn(_

indexAsInteger,_

cascadeAsBoolean_

)

public:

voidDeleteColumn(

intindex,

boolcascade

)

Parametersindex(Int32)

Indexofcolumntodeletecolumnsfrom

cascade(Boolean)iftrue,thecolumnsareremovedandcolumnstotherightarecascadedleftwards.iffalse,thecolumnsareonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteColumns()C#

ASandcastleDocumentedClassLibraryDeleteColumnsMethod

MembersIcon Member Description

DeleteColumns(Int32,Int32,Boolean)

Completelyremovesaspecifiedanumberofcolumnsfromagivenindex

DeleteColumns(Int32,Int32)

Completelyremovesaspecifiedanumberofcolumnsfromagivenindex

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteColumns(Int32,Int32)

C#

ASandcastleDocumentedClassLibraryDeleteColumnsMethod(index,numberOfColumns)

Completelyremovesaspecifiedanumberofcolumnsfromagivenindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteColumns(

intindex,

intnumberOfColumns

)

PublicSubDeleteColumns(_

indexAsInteger,_

numberOfColumnsAsInteger_

)

public:

voidDeleteColumns(

intindex,

intnumberOfColumns

)

Parametersindex(Int32)

Indexofcolumntodeletecolumnsfrom

numberOfColumns(Int32)Numberofcolumnstodelete

RemarksThecolumnsareremovedandcolumnstotherightarecascadedleftwards

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteColumns(Int32,Int32,Boolean)

C#

ASandcastleDocumentedClassLibraryDeleteColumnsMethod(index,numberOfColumns,cascade)

Completelyremovesaspecifiedanumberofcolumnsfromagivenindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteColumns(

intindex,

intnumberOfColumns,

boolcascade

)

PublicSubDeleteColumns(_

indexAsInteger,_

numberOfColumnsAsInteger,_

cascadeAsBoolean_

)

public:

voidDeleteColumns(

intindex,

intnumberOfColumns,

boolcascade

)

Parametersindex(Int32)

Indexofcolumntodeletecolumnsfrom

numberOfColumns(Int32)Numberofcolumnstodelete

cascade(Boolean)

iftrue,thecolumnsareremovedandcolumnstotherightarecascadedleftwards.iffalse,thecolumnsareonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRow()C#

ASandcastleDocumentedClassLibraryDeleteRowMethod

MembersIcon Member Description

DeleteRow(Int32) Deletesarow

DeleteRow(Row) Deletesarow

DeleteRow(Int32,Boolean)

Deletesarow

DeleteRow(Row,Boolean) Deletesarow

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRow(Int32)C#

ASandcastleDocumentedClassLibraryDeleteRowMethod(index)

Deletesarow

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteRow(

intindex

)

PublicSubDeleteRow(_

indexAsInteger_

)

public:

voidDeleteRow(

intindex

)

Parametersindex(Int32)

Indexofrowtodelete

RemarksTherowisremovedandrowsaftertherowspecifiedarecascadedupwards.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRow(Int32,Boolean)

C#

ASandcastleDocumentedClassLibraryDeleteRowMethod(index,cascade)

Deletesarow

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteRow(

intindex,

boolcascade

)

PublicSubDeleteRow(_

indexAsInteger,_

cascadeAsBoolean_

)

public:

voidDeleteRow(

intindex,

boolcascade

)

Parametersindex(Int32)

Indexofrowtodelete

cascade(Boolean)iftrue,therowisremovedandrowsaftertherowspecifiedarecascadedupwards.iffalse,therowsareonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRow(Row)C#

ASandcastleDocumentedClassLibraryDeleteRowMethod(row)

Deletesarow

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteRow(

Rowrow

)

PublicSubDeleteRow(_

rowAsRow_

)

public:

voidDeleteRow(

Row^row

)

Parametersrow(Row)

Instanceofrowtodelete

RemarksTherowisremovedandrowsaftertherowspecifiedarecascadedupwards.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRow(Row,Boolean)

C#

ASandcastleDocumentedClassLibraryDeleteRowMethod(row,cascade)

Deletesarow

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteRow(

Rowrow,

boolcascade

)

PublicSubDeleteRow(_

rowAsRow,_

cascadeAsBoolean_

)

public:

voidDeleteRow(

Row^row,

boolcascade

)

Parametersrow(Row)

Instanceofrowtodelete

cascade(Boolean)iftrue,therowisremovedandrowsaftertherowspecifiedarecascadedupwards.iffalse,therowsareonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRows()C#

ASandcastleDocumentedClassLibraryDeleteRowsMethod

MembersIcon Member Description

DeleteRows(Int32,Int32) Deleteaspecificnumberofrowsstartingfromarowindex

DeleteRows(Row,Int32) Deleteaspecificnumberofrowsstartingfromarowinstance

DeleteRows(Int32,Int32,Boolean)

Deleteaspecificnumberofrowsstartingfromarowindex

DeleteRows(Row,Int32,Boolean)

Deleteaspecificnumberofrowsstartingfromarowinstance

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRows(Int32,Int32)

C#

ASandcastleDocumentedClassLibraryDeleteRowsMethod(index,numberOfRows)

Deleteaspecificnumberofrowsstartingfromarowindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteRows(

intindex,

intnumberOfRows

)

PublicSubDeleteRows(_

indexAsInteger,_

numberOfRowsAsInteger_

)

public:

voidDeleteRows(

intindex,

intnumberOfRows

)

Parametersindex(Int32)

Indexofrowfromwhichtherowsaredeleted

numberOfRows(Int32)Numberofrowstodelete

RemarksTherowsareremovedandrowsaftertherowspecifiedarecascadedupwards.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRows(Int32,Int32,Boolean)

C#

ASandcastleDocumentedClassLibraryDeleteRowsMethod(index,numberOfRows,cascade)

Deleteaspecificnumberofrowsstartingfromarowindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteRows(

intindex,

intnumberOfRows,

boolcascade

)

PublicSubDeleteRows(_

indexAsInteger,_

numberOfRowsAsInteger,_

cascadeAsBoolean_

)

public:

voidDeleteRows(

intindex,

intnumberOfRows,

boolcascade

)

Parametersindex(Int32)

Indexofrowfromwhichtherowsaredeleted

numberOfRows(Int32)Numberofrowstodelete

cascade(Boolean)

iftrue,therowsareremovedandrowsaftertherowspecifiedarecascadedupwards.iffalse,therowsareonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRows(Row,Int32)

C#

ASandcastleDocumentedClassLibraryDeleteRowsMethod(row,numberOfRows)

Deleteaspecificnumberofrowsstartingfromarowinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteRows(

Rowrow,

intnumberOfRows

)

PublicSubDeleteRows(_

rowAsRow,_

numberOfRowsAsInteger_

)

public:

voidDeleteRows(

Row^row,

intnumberOfRows

)

Parametersrow(Row)

Instanceofrowfromwhichtherowsaredeleted

numberOfRows(Int32)Numberofrowstodelete

RemarksTherowsareremovedandrowsaftertherowspecifiedarecascadedupwards.

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►DeleteRows(Row,Int32,Boolean)

C#

ASandcastleDocumentedClassLibraryDeleteRowsMethod(row,numberOfRows,cascade)

Deleteaspecificnumberofrowsstartingfromarowinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidDeleteRows(

Rowrow,

intnumberOfRows,

boolcascade

)

PublicSubDeleteRows(_

rowAsRow,_

numberOfRowsAsInteger,_

cascadeAsBoolean_

)

public:

voidDeleteRows(

Row^row,

intnumberOfRows,

boolcascade

)

Parametersrow(Row)

Instanceofrowfromwhichtherowsaredeleted

numberOfRows(Int32)Numberofrowstodelete

cascade(Boolean)

iftrue,therowsareremovedandrowsaftertherowspecifiedarecascadedupwards.iffalse,therowsareonlyemptied

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►FreezeLeftColumnsC#

ASandcastleDocumentedClassLibraryFreezeLeftColumnsProperty

Getsorsetsleftfreezedcolumnsetting

DeclarationSyntaxC# VisualBasic VisualC++

publicintFreezeLeftColumns{get;set;}

PublicPropertyFreezeLeftColumnsAsInteger

public:

propertyintFreezeLeftColumns{

intget();

voidset(intvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►FreezeTopRowsC#

ASandcastleDocumentedClassLibraryFreezeTopRowsProperty

Getsorsetstopfreezedrowsetting

DeclarationSyntaxC# VisualBasic VisualC++

publicintFreezeTopRows{get;set;}

PublicPropertyFreezeTopRowsAsInteger

public:

propertyintFreezeTopRows{

intget();

voidset(intvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►GetEnumerator()C#

ASandcastleDocumentedClassLibraryGetEnumeratorMethod

Getacellenumerator

DeclarationSyntaxC# VisualBasic VisualC++

publicIEnumerator<Cell>GetEnumerator()

PublicFunctionGetEnumeratorAsIEnumerator(OfCell

public:

virtualIEnumerator<Cell^>^GetEnumerator()sealed

ReturnValuereturnsIEnumerator>Cell<

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertColumnAfter(Int32)

C#

ASandcastleDocumentedClassLibraryInsertColumnAfterMethod(index)

Insertsacolumnafteragivencolumnindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertColumnAfter(

intindex

)

PublicSubInsertColumnAfter(_

indexAsInteger_

)

public:

voidInsertColumnAfter(

intindex

)

Parametersindex(Int32)

Indexofcolumnafterwhichnewcolumnshouldbeinserted

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertColumnBefore(Int32)

C#

ASandcastleDocumentedClassLibraryInsertColumnBeforeMethod(index)

Insertsacolumnbeforeagivencolumnindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertColumnBefore(

intindex

)

PublicSubInsertColumnBefore(_

indexAsInteger_

)

public:

voidInsertColumnBefore(

intindex

)

Parametersindex(Int32)

Indexofcolumnbeforewhichnewcolumnshouldbeinserted

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertColumnsAfter(Int32,Int32)

C#

ASandcastleDocumentedClassLibraryInsertColumnsAfterMethod(index,numberOfColumns)

Insertsaspecifiednumberofcolumnsafteragivencolumnindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertColumnsAfter(

intindex,

intnumberOfColumns

)

PublicSubInsertColumnsAfter(_

indexAsInteger,_

numberOfColumnsAsInteger_

)

public:

voidInsertColumnsAfter(

intindex,

intnumberOfColumns

)

Parametersindex(Int32)

Indexofcolumnafterwhichcolumnsshouldbeinserted

numberOfColumns(Int32)Numberofcolumnstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertColumnsBefore(Int32,Int32)

C#

ASandcastleDocumentedClassLibraryInsertColumnsBeforeMethod(index,numberOfColumns)

Insertsaspecifiednumberofcolumnsbeforeagivencolumnindex

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertColumnsBefore(

intindex,

intnumberOfColumns

)

PublicSubInsertColumnsBefore(_

indexAsInteger,_

numberOfColumnsAsInteger_

)

public:

voidInsertColumnsBefore(

intindex,

intnumberOfColumns

)

Parametersindex(Int32)

Indexofcolumnbeforewhichcolumnsshouldbeinserted

numberOfColumns(Int32)Numberofcolumnstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowAfter()C#

ASandcastleDocumentedClassLibraryInsertRowAfterMethod

MembersIcon Member Description

InsertRowAfter(Int32) Insertsarowafteranotherrow

InsertRowAfter(Row) Insertsarowafteranotherrow

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowAfter(Int32)

C#

ASandcastleDocumentedClassLibraryInsertRowAfterMethod(index)

Insertsarowafteranotherrow

DeclarationSyntaxC# VisualBasic VisualC++

publicRowInsertRowAfter(

intindex

)

PublicFunctionInsertRowAfter(_

indexAsInteger_

)AsRow

public:

Row^InsertRowAfter(

intindex

)

Parametersindex(Int32)

Indexofrowafterwhichthenewrowistobeinserted

ReturnValue

[Missing<returns>documentationforM:Yogesh.ExcelXml.Worksheet.InsertRowAfter(System.Int32)]

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowAfter(Row)

C#

ASandcastleDocumentedClassLibraryInsertRowAfterMethod(row)

Insertsarowafteranotherrow

DeclarationSyntaxC# VisualBasic VisualC++

publicRowInsertRowAfter(

Rowrow

)

PublicFunctionInsertRowAfter(_

rowAsRow_

)AsRow

public:

Row^InsertRowAfter(

Row^row

)

Parametersrow(Row)

Instanceofrowafterwhichthenewrowistobeinserted

ReturnValue

[Missing<returns>documentationforM:Yogesh.ExcelXml.Worksheet.InsertRowAfter(Yogesh.ExcelXml.Row)]

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowBefore()C#

ASandcastleDocumentedClassLibraryInsertRowBeforeMethod

MembersIcon Member Description

InsertRowBefore(Int32) Insertsarowbeforeanotherrow

InsertRowBefore(Row) Insertsarowbeforeanotherrow

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowBefore(Int32)

C#

ASandcastleDocumentedClassLibraryInsertRowBeforeMethod(index)

Insertsarowbeforeanotherrow

DeclarationSyntaxC# VisualBasic VisualC++

publicRowInsertRowBefore(

intindex

)

PublicFunctionInsertRowBefore(_

indexAsInteger_

)AsRow

public:

Row^InsertRowBefore(

intindex

)

Parametersindex(Int32)

Indexofrowbeforewhichthenewrowistobeinserted

ReturnValue

[Missing<returns>documentationforM:Yogesh.ExcelXml.Worksheet.InsertRowBefore(System.Int32)]

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowBefore(Row)

C#

ASandcastleDocumentedClassLibraryInsertRowBeforeMethod(row)

Insertsarowbeforeanotherrow

DeclarationSyntaxC# VisualBasic VisualC++

publicRowInsertRowBefore(

Rowrow

)

PublicFunctionInsertRowBefore(_

rowAsRow_

)AsRow

public:

Row^InsertRowBefore(

Row^row

)

Parametersrow(Row)

Instanceofrowbeforewhichthenewrowistobeinserted

ReturnValue

[Missing<returns>documentationforM:Yogesh.ExcelXml.Worksheet.InsertRowBefore(Yogesh.ExcelXml.Row)]

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowsAfter()C#

ASandcastleDocumentedClassLibraryInsertRowsAfterMethod

MembersIcon Member Description

InsertRowsAfter(Int32,Int32)

Insertsaspecificnumberofrowsafteracell

InsertRowsAfter(Row,Int32)

Insertsaspecificnumberofrowsafteracell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowsAfter(Int32,Int32)

C#

ASandcastleDocumentedClassLibraryInsertRowsAfterMethod(index,rows)

Insertsaspecificnumberofrowsafteracell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertRowsAfter(

intindex,

introws

)

PublicSubInsertRowsAfter(_

indexAsInteger,_

rowsAsInteger_

)

public:

voidInsertRowsAfter(

intindex,

introws

)

Parametersindex(Int32)

Indexofrowafterwhichthenewrowsareinserted

rows(Int32)Numberofrowstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowsAfter(Row,Int32)

C#

ASandcastleDocumentedClassLibraryInsertRowsAfterMethod(row,rows)

Insertsaspecificnumberofrowsafteracell

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertRowsAfter(

Rowrow,

introws

)

PublicSubInsertRowsAfter(_

rowAsRow,_

rowsAsInteger_

)

public:

voidInsertRowsAfter(

Row^row,

introws

)

Parametersrow(Row)

Instanceofrowafterwhichthenewrowsareinserted

rows(Int32)Numberofrowstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowsBefore()C#

ASandcastleDocumentedClassLibraryInsertRowsBeforeMethod

MembersIcon Member Description

InsertRowsBefore(Int32,Int32)

Insertsaspecificnumberofrowsbeforearow

InsertRowsBefore(Row,Int32)

Insertsaspecificnumberofrowsbeforearow

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowsBefore(Int32,Int32)

C#

ASandcastleDocumentedClassLibraryInsertRowsBeforeMethod(index,rows)

Insertsaspecificnumberofrowsbeforearow

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertRowsBefore(

intindex,

introws

)

PublicSubInsertRowsBefore(_

indexAsInteger,_

rowsAsInteger_

)

public:

voidInsertRowsBefore(

intindex,

introws

)

Parametersindex(Int32)

Indexofrowbeforewhichthenewrowsareinserted

rows(Int32)Numberofrowstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►InsertRowsBefore(Row,Int32)

C#

ASandcastleDocumentedClassLibraryInsertRowsBeforeMethod(row,rows)

Insertsaspecificnumberofrowsbeforearow

DeclarationSyntaxC# VisualBasic VisualC++

publicvoidInsertRowsBefore(

Rowrow,

introws

)

PublicSubInsertRowsBefore(_

rowAsRow,_

rowsAsInteger_

)

public:

voidInsertRowsBefore(

Row^row,

introws

)

Parametersrow(Row)

Instanceofrowbeforewhichthenewrowsareinserted

rows(Int32)Numberofrowstoinsert

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►Worksheet►ItemASandcastleDocumentedClassLibraryItemProperty

MembersIcon Member Description

Item[Int32,Int32] Returnsthecellatagivenposition

Item[Int32] Returnstherowatagivenposition

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►Item[Int32]C#

ASandcastleDocumentedClassLibraryItemProperty(rowIndex)

Returnstherowatagivenposition

DeclarationSyntaxC# VisualBasic VisualC++

publicRowthis[

introwIndex

]{get;}

PublicReadOnlyDefaultPropertyItem(_

rowIndexAsInteger_

)AsRow

public:

propertyRow^default[introwIndex]{

Row^get(introwIndex);

}

ParametersrowIndex(Int32)

IndexoftheRowstartingfrom0

ReturnValueRowreferencetotherequestedrow

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►Item[Int32,Int32]C#

ASandcastleDocumentedClassLibraryItemProperty(colIndex,rowIndex)

Returnsthecellatagivenposition

DeclarationSyntaxC# VisualBasic VisualC++

publicCellthis[

intcolIndex,

introwIndex

]{get;}

PublicReadOnlyDefaultPropertyItem(_

colIndexAsInteger,_

rowIndexAsInteger_

)AsCell

public:

propertyCell^default[intcolIndex,introwIndex]{

Cell^get(intcolIndex,introwIndex);

}

ParameterscolIndex(Int32)

IndexoftheCellstartingfrom0

rowIndex(Int32)IndexoftheRowstartingfrom0

ReturnValueCellreferencetotherequestedcell

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►NameC#

ASandcastleDocumentedClassLibraryNameProperty

Getsorsetsthesheetname

DeclarationSyntaxC# VisualBasic VisualC++

publicstringName{get;set;}

PublicPropertyNameAsString

public:

propertyString^Name{

String^get();

voidset(String^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►PrintOptionsC#

ASandcastleDocumentedClassLibraryPrintOptionsProperty

Getsorsetsvarioussheetprintingoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicPrintOptionsPrintOptions{get;set;}

PublicPropertyPrintOptionsAsPrintOptions

public:

propertyPrintOptions^PrintOptions{

PrintOptions^get();

voidset(PrintOptions^value);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►RowCountC#

ASandcastleDocumentedClassLibraryRowCountProperty

Returnsthenumberofrowspresentinthesheet

DeclarationSyntaxC# VisualBasic VisualC++

publicintRowCount{get;}

PublicReadOnlyPropertyRowCountAsInteger

public:

propertyintRowCount{

intget();

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►Worksheet►TabColorC#

ASandcastleDocumentedClassLibraryTabColorProperty

Getsorsetsthetabcolor

DeclarationSyntaxC# VisualBasic VisualC++

publicintTabColor{get;set;}

PublicPropertyTabColorAsInteger

public:

propertyintTabColor{

intget();

voidset(intvalue);

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►XmlStyleASandcastleDocumentedClassLibraryXmlStyleClass

Styleclassforcells,rowsandworksheets

DeclarationSyntaxC# VisualBasic VisualC++

publicclassXmlStyle

PublicClassXmlStyle

publicrefclassXmlStyle

MembersAllMembers Constructors Methods Properties

PublicProtected

InstanceStatic

Declared

InheritedIcon Member Description

XmlStyle() Createsanewinstance

XmlStyle(XmlStyle) CreatesanewinstancefromanotherinstanceofXmlStyle

Alignment Getsorsetscellalignmentoptions

Border Getsorsetsbordersettings

CustomFormatString Getsorsetsacustomdisplaystring

DisplayFormat Getsorsetsthecelldisplayformat

Equality(XmlStyle,XmlStyle)

Equalityoperator

Equals(Object) Equalityoperator

(OverridesObject.Equals(Object).)Finalize() AllowsanObjecttoattempttofree

resourcesandperformothercleanupoperationsbeforetheObjectisreclaimedbygarbagecollection.

(InheritedfromObject.)Font Getsorsetsthefontoptions

GetHashCode() Returnsthehashcodeoftheclass

(OverridesObject.GetHashCode().)GetType() GetstheTypeofthecurrentinstance.

(InheritedfromObject.)Inequality(XmlStyle,XmlStyle)

Inequalityoperator

Interior Getsorsetsinterioroptions

MemberwiseClone() CreatesashallowcopyofthecurrentObject.

(InheritedfromObject.)ToString() ReturnsaStringthatrepresentsthe

currentObject.

(InheritedfromObject.)

InheritanceHierarchyObjectXmlStyle

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►XmlStyle()C#

ASandcastleDocumentedClassLibraryXmlStyleConstructor

MembersIcon Member Description

XmlStyle() Createsanewinstance

XmlStyle(XmlStyle) CreatesanewinstancefromanotherinstanceofXmlStyle

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►XmlStyle()C#

ASandcastleDocumentedClassLibraryXmlStyleConstructor

Createsanewinstance

DeclarationSyntaxC# VisualBasic VisualC++

publicXmlStyle()

PublicSubNew

public:

XmlStyle()

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►XmlStyle(XmlStyle)C#

ASandcastleDocumentedClassLibraryXmlStyleConstructor(style)

CreatesanewinstancefromanotherinstanceofXmlStyle

DeclarationSyntaxC# VisualBasic VisualC++

publicXmlStyle(

XmlStylestyle

)

PublicSubNew(_

styleAsXmlStyle_

)

public:

XmlStyle(

XmlStyle^style

)

Parametersstyle(XmlStyle)

Instancetocopy

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►AlignmentC#

ASandcastleDocumentedClassLibraryAlignmentProperty

Getsorsetscellalignmentoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicIAlignmentOptionsAlignment{get;set;}

PublicPropertyAlignmentAsIAlignmentOptions

public:

virtualpropertyIAlignmentOptions^Alignment{

IAlignmentOptions^get()sealed;

voidset(IAlignmentOptions^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►XmlStyle►BorderASandcastleDocumentedClassLibraryBorderProperty

Getsorsetsbordersettings

DeclarationSyntaxC# VisualBasic VisualC++

publicIBorderOptionsBorder{get;set;}

PublicPropertyBorderAsIBorderOptions

public:

virtualpropertyIBorderOptions^Border{

IBorderOptions^get()sealed;

voidset(IBorderOptions^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►CustomFormatStringC#

ASandcastleDocumentedClassLibraryCustomFormatStringProperty

Getsorsetsacustomdisplaystring

DeclarationSyntaxC# VisualBasic VisualC++

publicstringCustomFormatString{get;set;}

PublicPropertyCustomFormatStringAsString

public:

virtualpropertyString^CustomFormatString{

String^get()sealed;

voidset(String^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►DisplayFormatC#

ASandcastleDocumentedClassLibraryDisplayFormatProperty

Getsorsetsthecelldisplayformat

DeclarationSyntaxC# VisualBasic VisualC++

publicDisplayFormatTypeDisplayFormat{get;set;}

PublicPropertyDisplayFormatAsDisplayFormatType

public:

virtualpropertyDisplayFormatTypeDisplayFormat{

DisplayFormatTypeget()sealed;

voidset(DisplayFormatTypevalue)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►Equality(XmlStyle,XmlStyle)

C#

ASandcastleDocumentedClassLibraryEqualityOperator

Equalityoperator

DeclarationSyntaxC# VisualBasic VisualC++

publicstaticbooloperator==(

XmlStylecellOne,

XmlStylecellTwo

)

PublicSharedOperator=(_

cellOneAsXmlStyle,_

cellTwoAsXmlStyle_

)AsBoolean

public:

staticbooloperator==(

XmlStyle^cellOne,

XmlStyle^cellTwo

)

ParameterscellOne(XmlStyle)

Instanceonetocompare

cellTwo(XmlStyle)Instancetwotocompare

ReturnValuetrueifallthevaluesofthestylesmatch,falseotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:

2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►Equals(Object)C#

ASandcastleDocumentedClassLibraryEqualsMethod(obj)

Equalityoperator

DeclarationSyntaxC# VisualBasic VisualC++

publicoverrideboolEquals(

Objectobj

)

PublicOverridesFunctionEquals(_

objAsObject_

)AsBoolean

public:

virtualboolEquals(

Object^obj

)override

Parametersobj(Object)

Instancetocompare

ReturnValuetrueifallthevaluesofthestylesmatch,falseotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►XmlStyle►FontASandcastleDocumentedClassLibraryFontProperty

Getsorsetsthefontoptions

DeclarationSyntaxC# VisualBasic VisualC++

publicIFontOptionsFont{get;set;}

PublicPropertyFontAsIFontOptions

public:

virtualpropertyIFontOptions^Font{

IFontOptions^get()sealed;

voidset(IFontOptions^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►GetHashCode()C#

ASandcastleDocumentedClassLibraryGetHashCodeMethod

Returnsthehashcodeoftheclass

DeclarationSyntaxC# VisualBasic VisualC++

publicoverrideintGetHashCode()

PublicOverridesFunctionGetHashCodeAsInteger

public:

virtualintGetHashCode()override

ReturnValueHashcodeoftheclass

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

Namespaces►Yogesh.ExcelXml►XmlStyle►Inequality(XmlStyle,XmlStyle)

C#

ASandcastleDocumentedClassLibraryInequalityOperator

Inequalityoperator

DeclarationSyntaxC# VisualBasic VisualC++

publicstaticbooloperator!=(

XmlStylecellOne,

XmlStylecellTwo

)

PublicSharedOperator<>(_

cellOneAsXmlStyle,_

cellTwoAsXmlStyle_

)AsBoolean

public:

staticbooloperator!=(

XmlStyle^cellOne,

XmlStyle^cellTwo

)

ParameterscellOne(XmlStyle)

Instanceonetocompare

cellTwo(XmlStyle)Instancetwotocompare

ReturnValuetrueifthevaluesofthestylesdontmatch,falseotherwise

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:

2.89.501.2158

C#Namespaces►Yogesh.ExcelXml►XmlStyle►InteriorASandcastleDocumentedClassLibraryInteriorProperty

Getsorsetsinterioroptions

DeclarationSyntaxC# VisualBasic VisualC++

publicIInteriorOptionsInterior{get;set;}

PublicPropertyInteriorAsIInteriorOptions

public:

virtualpropertyIInteriorOptions^Interior{

IInteriorOptions^get()sealed;

voidset(IInteriorOptions^value)sealed;

}

Assembly:Yogesh.ExcelXml(Module:Yogesh.ExcelXml)Version:2.89.501.2158

C#NamespacesASandcastleDocumentedClassLibraryNamespaces

top related