How can I set formatting defaults to a chart's series, before populating data to the chart. For example for each chart there must be a different color for each name series like that. Is there any method to store these defaults to the excel template, other than pragmatically. Please explain based on VSTO 2005.
We can use the .net DLLs only in the applications supporting .NET.
Latest Answer: Hi Main purpose is to refer another class library ...
Integer.String and Date
Latest Answer: int, date,string ...
Latest Answer: Only default constructor is called automatically and that is to only to zeroed down the data types you have declared in your class,and that is for avoiding initialization error for your class... ...
Why multiple Inheritance is not possible in C#?(Please do not answer like this-It is possible through Interfaces.)
Latest Answer: In .net CLR maintain string pool for handling string operation.CLR not make any new string object bt it uses string object refrnece from string pool.when we define new string object with same array of character thn CLR assign same memory refrence ...
This is a Regular expression built for parsing string in vb.net and passed to Regex class.Dim r As Regex = New Regex(",(?=([^""]*""[^""]*"")*(?![^""]*""))")What is C# equivalent for this regular expression.
Latest Answer: use the aximp.exe provided with the .NET framework. It stands for Microsoft .NET ActiveX Control to Windows Forms Assembly Generator.Generates a Windows Forms Control that wraps ActiveX controls defined in the given OcxName.Usage: AxImp OcxName ...
Latest Answer: Delegate to function--- is same as---- pointer to object.Delegates are function pointers.They are used when the function which needs to be called is not know at compile time.Pointers, on the other hand, are used to point to variables or object references ...
Latest Answer: Object Pooling is a COM+ service that enables you to reduse the overhead of creating each object from scratch. When an object is activated, it is pulled from the pool.When the object is deactivated, it is placed back into the pool to await the request. ...
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top