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=8.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, setDisplayed, setFrozen, setIndex, setReadOnly, setResizable, setSelected, setTag, setVisiblegetDataGridView, getState, setDataGridView, setStatepublic 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,
NotSupportedException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
Win32Exception,
OutOfMemoryException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic DataGridViewColumn(DataGridViewCell cellTemplate) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, Win32Exception, RankException, ArrayTypeMismatchException
public 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, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, ArgumentOutOfRangeException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException, IndexOutOfRangeException
Clone in class DataGridViewBandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionIndexOutOfRangeExceptionpublic 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, ArgumentException, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, InvalidOperationException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionCultureNotFoundExceptionpublic java.lang.String getHeaderText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
MethodAccessException,
MissingMethodException,
MemberAccessException,
TargetInvocationException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionWin32Exceptionpublic 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, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionExternalExceptionpublic 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,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
MethodAccessException,
MissingMethodException,
MemberAccessException,
TargetInvocationException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionOutOfMemoryExceptionpublic 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, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ArrayTypeMismatchException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public void setCellTemplate(DataGridViewCell CellTemplate) throws java.lang.Throwable
java.lang.Throwablepublic void setDataPropertyName(java.lang.String DataPropertyName)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
RankException,
ArrayTypeMismatchException,
CultureNotFoundException,
InvalidOperationException,
TypeLoadException,
ArgumentOutOfRangeException,
InvalidEnumArgumentException,
InvalidCastException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionInvalidOperationExceptionTypeLoadExceptionArgumentOutOfRangeExceptionInvalidEnumArgumentExceptionInvalidCastExceptionpublic void setDisplayIndex(int DisplayIndex)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
RankException,
ArrayTypeMismatchException,
NotSupportedException,
InvalidEnumArgumentException,
IndexOutOfRangeException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionRankExceptionArrayTypeMismatchExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionpublic void setDividerWidth(int DividerWidth)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidEnumArgumentException
public void setFillWeight(Single FillWeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, ArrayTypeMismatchException, NotSupportedException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionRankExceptionArrayTypeMismatchExceptionNotSupportedExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionOutOfMemoryExceptionpublic void setHeaderCell(DataGridViewColumnHeaderCell HeaderCell) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException
public void setHeaderText(java.lang.String HeaderText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
MethodAccessException,
MissingMethodException,
MemberAccessException,
TargetInvocationException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
ObjectDisposedException,
InvalidOperationException,
Win32Exception,
TypeLoadException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionWin32ExceptionTypeLoadExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewBandpublic void setMinimumWidth(int MinimumWidth)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException
public void setName(java.lang.String Name)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
CultureNotFoundException,
PlatformNotSupportedException,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
ExternalException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
MethodAccessException,
MissingMethodException,
MemberAccessException,
TargetInvocationException,
InvalidEnumArgumentException,
FormatException,
Win32Exception
java.lang.ThrowableNotSupportedExceptionArgumentExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionExternalExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionFormatExceptionWin32Exceptionpublic void setSite(ISite Site) throws java.lang.Throwable
java.lang.Throwablepublic void setSortMode(DataGridViewColumnSortMode SortMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionpublic void setToolTipText(java.lang.String ToolTipText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotSupportedException,
PlatformNotSupportedException,
MethodAccessException,
MissingMethodException,
MemberAccessException,
TargetInvocationException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
InvalidOperationException,
FormatException,
CultureNotFoundException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotSupportedExceptionPlatformNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionFormatExceptionCultureNotFoundExceptionOutOfMemoryExceptionpublic void setValueType(NetType ValueType) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
public void setWidth(int Width)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
Win32Exception,
NotSupportedException,
RankException,
ArrayTypeMismatchException