public class DataGridViewColumn extends DataGridViewBand
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewColumn
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.DataGridViewColumn
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewColumn() |
DataGridViewColumn(DataGridViewCell cellTemplate) |
DataGridViewColumn(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDisposed(EventHandler handler) |
static DataGridViewColumn |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewColumn, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
DataGridViewAutoSizeColumnMode |
getAutoSizeMode() |
DataGridViewCell |
getCellTemplate() |
NetType |
getCellType() |
java.lang.String |
getDataPropertyName() |
int |
getDisplayIndex() |
int |
getDividerWidth() |
Single |
getFillWeight() |
DataGridViewColumnHeaderCell |
getHeaderCell() |
java.lang.String |
getHeaderText() |
DataGridViewAutoSizeColumnMode |
getInheritedAutoSizeMode() |
boolean |
getIsDataBound() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getMinimumWidth() |
java.lang.String |
getName() |
int |
GetPreferredWidth(DataGridViewAutoSizeColumnMode autoSizeColumnMode,
boolean fixedHeight) |
ISite |
getSite() |
DataGridViewColumnSortMode |
getSortMode() |
java.lang.String |
getToolTipText() |
NetType |
getValueType() |
int |
getWidth() |
void |
removeDisposed(EventHandler handler) |
void |
setAutoSizeMode(DataGridViewAutoSizeColumnMode AutoSizeMode) |
void |
setCellTemplate(DataGridViewCell CellTemplate) |
void |
setDataPropertyName(java.lang.String DataPropertyName) |
void |
setDisplayIndex(int DisplayIndex) |
void |
setDividerWidth(int DividerWidth) |
void |
setFillWeight(Single FillWeight) |
void |
setHeaderCell(DataGridViewColumnHeaderCell HeaderCell) |
void |
setHeaderText(java.lang.String HeaderText) |
void |
setJCOInstance(JCObject instance) |
void |
setMinimumWidth(int MinimumWidth) |
void |
setName(java.lang.String Name) |
void |
setSite(ISite Site) |
void |
setSortMode(DataGridViewColumnSortMode SortMode) |
void |
setToolTipText(java.lang.String ToolTipText) |
void |
setValueType(NetType ValueType) |
void |
setWidth(int Width) |
close, Dispose, getContextMenuStrip, getDefaultCellStyle, getDefaultHeaderCellType, getDisplayed, getFrozen, getHasDefaultCellStyle, getIndex, getInheritedStyle, getReadOnly, getResizable, getSelected, getTag, getVisible, setContextMenuStrip, setDefaultCellStyle, setDefaultHeaderCellType, setFrozen, setReadOnly, setResizable, setSelected, setTag, setVisiblegetDataGridView, getStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewColumn()
throws java.lang.Throwable,
ArgumentNullException,
ConfigurationErrorsException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
Win32Exception,
SecurityException,
OutOfMemoryException,
RankException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionWin32ExceptionSecurityExceptionOutOfMemoryExceptionRankExceptionInvalidEnumArgumentExceptionpublic DataGridViewColumn(DataGridViewCell cellTemplate) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException, RankException, ArithmeticException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionArithmeticExceptionpublic DataGridViewColumn(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static DataGridViewColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewColumn, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewColumn instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, InvalidEnumArgumentException, NullReferenceException, TypeLoadException, MulticastNotSupportedException, ThreadStateException, Win32Exception, KeyNotFoundException, OutOfMemoryException, IndexOutOfRangeException
Clone in class DataGridViewBandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionInvalidEnumArgumentExceptionNullReferenceExceptionTypeLoadExceptionMulticastNotSupportedExceptionThreadStateExceptionWin32ExceptionKeyNotFoundExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionpublic DataGridViewAutoSizeColumnMode getAutoSizeMode() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewCell getCellTemplate() throws java.lang.Throwable
java.lang.Throwablepublic NetType getCellType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDataPropertyName()
throws java.lang.Throwable
java.lang.Throwablepublic int getDisplayIndex()
throws java.lang.Throwable
java.lang.Throwablepublic int getDividerWidth()
throws java.lang.Throwable
java.lang.Throwablepublic Single getFillWeight() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewColumnHeaderCell getHeaderCell() throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, InvalidEnumArgumentException
public java.lang.String getHeaderText()
throws java.lang.Throwable,
ArgumentNullException,
NotSupportedException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
CultureNotFoundException,
RankException,
NullReferenceException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionRankExceptionNullReferenceExceptionWin32Exceptionpublic DataGridViewAutoSizeColumnMode getInheritedAutoSizeMode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDataBound()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridViewBandString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridViewBandString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridViewBandObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridViewBandString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridViewBandJCType representing the CLR Type of the instantiated Classpublic int getMinimumWidth()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic int GetPreferredWidth(DataGridViewAutoSizeColumnMode autoSizeColumnMode, boolean fixedHeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionNullReferenceExceptionpublic ISite getSite() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewColumnSortMode getSortMode() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getToolTipText()
throws java.lang.Throwable,
ArgumentNullException,
NotSupportedException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionpublic NetType getValueType() throws java.lang.Throwable
java.lang.Throwablepublic int getWidth()
throws java.lang.Throwable
java.lang.Throwablepublic void removeDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setAutoSizeMode(DataGridViewAutoSizeColumnMode AutoSizeMode) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionRankExceptionpublic void setCellTemplate(DataGridViewCell CellTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setDataPropertyName(java.lang.String DataPropertyName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
NotSupportedException,
InvalidEnumArgumentException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionInvalidEnumArgumentExceptionInvalidCastExceptionpublic void setDisplayIndex(int DisplayIndex)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
InvalidEnumArgumentException,
ArithmeticException,
RankException,
SecurityException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionArithmeticExceptionRankExceptionSecurityExceptionpublic void setDividerWidth(int DividerWidth)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setFillWeight(Single FillWeight) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException, ArithmeticException, RankException, SecurityException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionArithmeticExceptionRankExceptionSecurityExceptionpublic void setHeaderCell(DataGridViewColumnHeaderCell HeaderCell) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionpublic void setHeaderText(java.lang.String HeaderText)
throws java.lang.Throwable,
ArgumentNullException,
NotSupportedException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
CultureNotFoundException,
NullReferenceException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionWin32Exceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewBandpublic void setMinimumWidth(int MinimumWidth)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
ArithmeticException,
RankException,
OutOfMemoryException,
SecurityException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionArithmeticExceptionRankExceptionOutOfMemoryExceptionSecurityExceptionpublic void setName(java.lang.String Name)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
NullReferenceException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionNullReferenceExceptionWin32Exceptionpublic void setSite(ISite Site) throws java.lang.Throwable
java.lang.Throwablepublic void setSortMode(DataGridViewColumnSortMode SortMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionpublic void setToolTipText(java.lang.String ToolTipText)
throws java.lang.Throwable,
ArgumentNullException,
NotSupportedException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
CultureNotFoundException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionNullReferenceExceptionpublic void setValueType(NetType ValueType) throws java.lang.Throwable
java.lang.Throwablepublic void setWidth(int Width)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
SecurityException,
NullReferenceException,
OutOfMemoryException,
RankException,
ArithmeticException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionRankExceptionArithmeticException